Fix svg top-alignment

This commit is contained in:
Christian Cueni 2021-07-22 20:06:42 +02:00
parent b4e458ffb3
commit 58071ad760
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@
display: none; display: none;
&--top { &--top {
align-self: start; align-self: center;
margin-top: 2*$large-spacing; margin-top: -400px;
} }
& > svg { & > svg {