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