mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-22 19:13:29 +01:00
13 lines
172 B
SCSS
13 lines
172 B
SCSS
@media (max-width: 700px) {
|
|
#header {
|
|
.action-container {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#nav-list {
|
|
.nav-actions {
|
|
display: flex;
|
|
}
|
|
}
|
|
} |