Fix svg top-alignment
This commit is contained in:
parent
b4e458ffb3
commit
58071ad760
|
|
@ -66,8 +66,8 @@
|
|||
display: none;
|
||||
|
||||
&--top {
|
||||
align-self: start;
|
||||
margin-top: 2*$large-spacing;
|
||||
align-self: center;
|
||||
margin-top: -400px;
|
||||
}
|
||||
|
||||
& > svg {
|
||||
|
|
|
|||
Loading…
Reference in New Issue