mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-16 08:04:25 -04:00
main(css): rm media rule for smaller devices
-has no effect
This commit is contained in:
parent
673f7ccc96
commit
e7e5e8ce6d
1 changed files with 0 additions and 6 deletions
|
@ -6,12 +6,6 @@
|
||||||
padding: var(--gap)
|
padding: var(--gap)
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:400px) {
|
|
||||||
.main {
|
|
||||||
min-height: calc(100vh - var(--header-height) - var(--footer-height) - 24px)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.page-header {
|
.page-header {
|
||||||
margin-bottom: 24px
|
margin-bottom: 24px
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue