mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 20:57:17 +01:00
9 lines
111 B
CSS
9 lines
111 B
CSS
.button {
|
|
display: none;
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.button {
|
|
display: flex;
|
|
}
|
|
}
|