Add margin

This commit is contained in:
Willem Dantuma 2020-02-25 11:26:57 +01:00
parent f91d727c99
commit 0eaa3065a3

View File

@ -7,6 +7,7 @@
opacity: 1; opacity: 1;
border-radius:1.75em; border-radius:1.75em;
padding:0; padding:0;
margin-top:0.5em;
} }
#north { #north {
@ -50,8 +51,6 @@ div.compass:hover #north {
fill:$white; fill:$white;
} }
.compass-n { .compass-n {
transition: opacity 1s ease-out 2s,height 1s ease-out 3s,margin-top 1s ease-out 3s; transition: opacity 1s ease-out 2s,height 1s ease-out 3s,margin-top 1s ease-out 3s;
opacity:0; opacity:0;