schmelczer-dev/src/page/timeline/timeline.scss
Schmelczer András 073f087e52 Add dark mode
2020-01-07 21:30:23 +01:00

13 lines
265 B
SCSS

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