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