Fix lagging

This commit is contained in:
Schmelczer András 2020-01-04 10:25:10 +01:00
commit f054546aa6
35 changed files with 497 additions and 494 deletions

View file

@ -1,5 +1,5 @@
@import "../../../style/mixins";
@import "../../../style/vars";
@import '../../../style/mixins';
@import '../../../style/vars';
.timeline-element {
display: flex;
@ -9,7 +9,7 @@
border-left: $line-width solid $accent-color;
&:before {
content: "";
content: '';
@include square($icon-size);
position: absolute;
left: calc(-0.5 * #{$icon-size} - (1.5 * #{$line-width}));