mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-31 01:16:01 +02:00
9 lines
123 B
CSS
9 lines
123 B
CSS
/*
|
|
Hide color mode toggle in small viewports
|
|
*/
|
|
@media (max-width: 996px) {
|
|
.colorModeToggle {
|
|
display: none;
|
|
}
|
|
}
|