min-height for addaption

This commit is contained in:
sakrecoer 2020-05-22 17:00:21 +02:00
parent edfb7c98b2
commit 0e4582bdae

View file

@ -77,13 +77,14 @@ a:active {
overflow: hidden;
display: flex;
width: 100%;
height: 100vh;
min-height: 100vh;
background-color: rgba(84, 241, 210, 0.33);
z-index: -10;
div {
align-self: flex-end ;
flex: 1 1 auto;
padding: 0;
}
img {
position: relative;