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