Typography from px to rems

This commit is contained in:
Aarni Halinen
2020-12-28 20:24:19 +02:00
parent 32bff36611
commit 4dd4cbee72
10 changed files with 40 additions and 47 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ const Nav = styled.div`
justify-content: space-between;
align-items: center;
font-size: 14px;
font-size: 0.8rem;
color: ${colors.lightBlue};
margin-left: 5rem;