Fixed view error

pull/1/head
Esther 2020-06-22 19:26:12 +01:00
parent c0c7b639ed
commit 79ad2d94c8
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
2 changed files with 12 additions and 2 deletions

View File

@ -195,4 +195,9 @@ footer {
.logo {
height: 4rem; } }
@media only screen and (max-height: 815px) {
.ef {
max-height: none !important;
min-height: none !important; } }
/*# sourceMappingURL=style.css.map */

View File

@ -206,12 +206,17 @@ footer
@media only screen and (max-width: 575px)
.aaa
min-height: 47vh !important
min-height: 40vh !important
.aaaa
margin-top: 5vh !important
margin-top: 3vh !important
.ef
max-height: none !important
min-height: none !important
.logo
height: 4rem
@media only screen and (max-height: 815px)
.ef
max-height: none !important
min-height: none !important