1
0
mirror of https://github.com/sendevia/website.git synced 2026-03-06 07:40:50 +08:00

fix: hide PageIndicator on mobile

This commit is contained in:
2025-12-05 23:53:43 +08:00
parent d441baa105
commit 3dbe4846bb

View File

@@ -124,7 +124,7 @@
}
@media screen and (max-width: 840px) {
.page-indicator {
.PageIndicator {
display: none;
}
}