mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
14 lines
151 B
CSS
14 lines
151 B
CSS
.mobileFilterButton {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
.mobileFilterButton {
|
|
display: flex;
|
|
}
|
|
}
|
|
|
|
.post {
|
|
scroll-margin-top: 6rem;
|
|
}
|