schmelczer-dev/src/page/timeline/timeline.scss
Schmelczer András 1893b774e7 finally
2020-01-11 13:05:40 +01:00

12 lines
243 B
SCSS

@use '../../style/include' as *;
@include responsive() using ($vars) {
div#timeline {
@include on-large-screen {
// workaround for IE
& > :first-child {
margin-top: map_get($vars, $large-margin);
}
}
}
}