Sign in
apache
/
doris-website
/
refs/heads/develop
/
.
/
src
/
theme
/
Navbar
/
Content
/
styles.module.css
blob: 4c9471e1098e7c4f3c0cac964788503a81b00e2d [
file
] [
log
] [
blame
]
/*
Hide color mode toggle in small viewports
*/
@media
(
max-width
:
996px
)
{
.
colorModeToggle
{
display
:
none
;
}
}