fix stylelint

This commit is contained in:
Aarni Halinen
2021-06-03 02:25:35 +03:00
parent fa4ae2c812
commit c330a21f59
36 changed files with 151 additions and 99 deletions
-2
View File
@@ -30,7 +30,6 @@ const Nav = styled.div`
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
font-size: 0.8rem;
color: ${colors.lightBlue};
margin-left: 5rem;
@@ -53,7 +52,6 @@ const Nav = styled.div`
svg {
width: 1.5rem;
height: 1.5rem;
fill: ${colors.white};
color: ${colors.white};
}