mirror of
https://github.com/aurora-dot/pastel.codes.git
synced 2025-09-28 00:03:28 +01:00
Fixed view error
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user