min-height for addaption
This commit is contained in:
parent
edfb7c98b2
commit
0e4582bdae
1 changed files with 2 additions and 1 deletions
|
|
@ -77,13 +77,14 @@ a:active {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100vh;
|
min-height: 100vh;
|
||||||
background-color: rgba(84, 241, 210, 0.33);
|
background-color: rgba(84, 241, 210, 0.33);
|
||||||
z-index: -10;
|
z-index: -10;
|
||||||
div {
|
div {
|
||||||
align-self: flex-end ;
|
align-self: flex-end ;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue