fix css for icons

This commit is contained in:
Jonas Leder 2021-04-12 18:30:43 +02:00
parent f2388f1afb
commit c201694b2d
2 changed files with 5 additions and 8 deletions

View file

@ -34,17 +34,14 @@ footer{
fill: $text-color; fill: $text-color;
max-width: 30px; max-width: 30px;
transition: fill $link-hover-animation-time; transition: fill $link-hover-animation-time;
margin-left: 10px;
display: inline;
&:hover{ &:hover{
fill: $accent-color; fill: $accent-color;
} }
} }
} }
.footerIconSpacer{
margin-left: 10px;
display: inline;
}
} }
#blueBar{ #blueBar{