Actually fixed minor view error

pull/1/head
Esther 2020-06-22 19:36:59 +01:00
parent 22ca9b111a
commit 7408ff69f1
No known key found for this signature in database
GPG Key ID: 162A307C5EBD40EA
2 changed files with 12 additions and 8 deletions

View File

@ -109,7 +109,7 @@ footer {
min-height: 100vh; } min-height: 100vh; }
.logos-container { .logos-container {
width: 4rem; } width: 3.5rem; }
.logo { .logo {
width: auto; width: auto;
@ -185,15 +185,17 @@ footer {
left: 50%; } left: 50%; }
@media only screen and (max-width: 575px) { @media only screen and (max-width: 575px) {
.logo {
height: 5rem; }
.logos-container {
width: 5rem; }
.aaa { .aaa {
min-height: 47vh !important; } min-height: 40vh !important; }
.aaaa { .aaaa {
margin-top: 5vh !important; } margin-top: 5vh !important; }
.ef { .ef {
max-height: none !important; max-height: none !important;
min-height: none !important; } min-height: none !important; } }
.logo {
height: 4rem; } }
@media only screen and (max-height: 815px) { @media only screen and (max-height: 815px) {
.ef { .ef {

View File

@ -126,7 +126,7 @@ footer
min-height: 100vh min-height: 100vh
.logos-container .logos-container
width: 4rem width: 3.5rem
.logo .logo
width: auto width: auto
@ -205,6 +205,10 @@ footer
@media only screen and (max-width: 575px) @media only screen and (max-width: 575px)
.logo
height: 5rem
.logos-container
width: 5rem
.aaa .aaa
min-height: 40vh !important min-height: 40vh !important
.aaaa .aaaa
@ -213,8 +217,6 @@ footer
max-height: none !important max-height: none !important
min-height: none !important min-height: none !important
.logo
height: 5rem
@media only screen and (max-height: 815px) @media only screen and (max-height: 815px)
.ef .ef