liebling/src/sass/components/ui/_not-found.scss
2019-10-13 18:34:49 +02:00

15 lines
249 B
SCSS

.m-not-found {
color: var(--primary-foreground-color);
line-height: 1.3;
font-size: 0.875rem;
font-weight: 600;
&.in-recent-articles {
margin-left: $mobile-space;
@include respond-to('medium') {
margin-left: 0;
}
}
}