13 lines
No EOL
172 B
SCSS
13 lines
No EOL
172 B
SCSS
@media (max-width: 700px) {
|
|
#header {
|
|
.action-container {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
#nav-list {
|
|
.nav-actions {
|
|
display: flex;
|
|
}
|
|
}
|
|
} |