mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
14 lines
173 B
SCSS
14 lines
173 B
SCSS
@media (max-width: 700px) {
|
|
#header {
|
|
.action-container {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#nav-list {
|
|
.nav-actions {
|
|
display: flex;
|
|
}
|
|
}
|
|
}
|