7 lines
No EOL
128 B
SCSS
7 lines
No EOL
128 B
SCSS
@media (max-width: $break-point-x-large) {
|
|
// hide site description in nav bar
|
|
.site-description {
|
|
display: none;
|
|
}
|
|
|
|
} |