Include icon styling

This commit is contained in:
tijsklaren 2023-03-08 21:44:37 +01:00
parent ca259ce669
commit 05958ef94f
1 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,15 @@ header nav div.item{
font-weight: bold;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
header nav div.item span.icon{
font-size: 20px;
margin: 0 0 0 10px;
}
a.spread{