mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +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