Fix svg top-alignment
This commit is contained in:
parent
b4e458ffb3
commit
58071ad760
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue