mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
14 lines
160 B
CSS
14 lines
160 B
CSS
@media screen and (max-width: 992px) {
|
|
.row {
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.header .actions {
|
|
display: none;
|
|
}
|
|
|
|
.actions {
|
|
flex-basis: 100%;
|
|
}
|
|
}
|