main(css): rm media rule for smaller devices

-has no effect
This commit is contained in:
Aditya Telange 2020-11-28 23:03:06 +05:30
parent 673f7ccc96
commit e7e5e8ce6d
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -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
}