This website requires JavaScript.
Explore
Help
Sign In
ambiser
/
umami
Watch
9
Star
0
Fork
You've already forked umami
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
34ad1d9c39
umami
/
components
/
common
/
HamburgerButton.module.css
10 lines
111 B
CSS
Raw
Blame
History
.
button
{
display
:
none
;
}
@
media
only
screen
and
(
max-width
:
768px
)
{
.
button
{
display
:
flex
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink