1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-05-31 01:16:01 +02:00
unleash.unleash/website/src/theme/Navbar/Content/styles.module.css
2025-01-24 15:18:12 +00:00

9 lines
123 B
CSS

/*
Hide color mode toggle in small viewports
*/
@media (max-width: 996px) {
.colorModeToggle {
display: none;
}
}