mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2024-11-22 08:12:19 +00:00
Fixed view error
This commit is contained in:
parent
c0c7b639ed
commit
79ad2d94c8
@ -195,4 +195,9 @@ footer {
|
|||||||
.logo {
|
.logo {
|
||||||
height: 4rem; } }
|
height: 4rem; } }
|
||||||
|
|
||||||
|
@media only screen and (max-height: 815px) {
|
||||||
|
.ef {
|
||||||
|
max-height: none !important;
|
||||||
|
min-height: none !important; } }
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
@ -206,12 +206,17 @@ footer
|
|||||||
|
|
||||||
@media only screen and (max-width: 575px)
|
@media only screen and (max-width: 575px)
|
||||||
.aaa
|
.aaa
|
||||||
min-height: 47vh !important
|
min-height: 40vh !important
|
||||||
.aaaa
|
.aaaa
|
||||||
margin-top: 5vh !important
|
margin-top: 3vh !important
|
||||||
.ef
|
.ef
|
||||||
max-height: none !important
|
max-height: none !important
|
||||||
min-height: none !important
|
min-height: none !important
|
||||||
|
|
||||||
.logo
|
.logo
|
||||||
height: 4rem
|
height: 4rem
|
||||||
|
|
||||||
|
@media only screen and (max-height: 815px)
|
||||||
|
.ef
|
||||||
|
max-height: none !important
|
||||||
|
min-height: none !important
|
||||||
|
Loading…
Reference in New Issue
Block a user