mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-21 18:11:37 +01:00
main(css): rm media rule for smaller devices
-has no effect
This commit is contained in:
parent
673f7ccc96
commit
e7e5e8ce6d
@ -6,12 +6,6 @@
|
||||
padding: var(--gap)
|
||||
}
|
||||
|
||||
@media screen and (max-width:400px) {
|
||||
.main {
|
||||
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 24px)
|
||||
}
|
||||
}
|
||||
|
||||
.page-header {
|
||||
margin-bottom: 24px
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user