mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Actually fixed minor view error
This commit is contained in:
parent
22ca9b111a
commit
7408ff69f1
@ -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 {
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user