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;
&--top {
align-self: start;
margin-top: 2*$large-spacing;
align-self: center;
margin-top: -400px;
}
& > svg {