This commit is contained in:
Timothy Jaeryang Baek
2025-06-11 00:52:03 +04:00
parent 20534eef5e
commit e3f404a08a
4 changed files with 72 additions and 13 deletions

View File

@@ -34,6 +34,13 @@
--ifm-global-shadow-md: 0px; /* Remove shadow on the left */
}
/** In mobile view, reduce the padding */
@media screen and (max-width: 996px) {
:root {
--ifm-navbar-height: 100%;
}
}
[data-theme="light"] {
--ifm-menu-color: #000;
}