Make navbar icons larger

This commit is contained in:
Karina Kwiatek 2021-08-06 23:19:50 +02:00
parent 0886daa62d
commit e895dedd14
1 changed files with 9 additions and 0 deletions

View File

@ -5,5 +5,14 @@
flex-direction: row;
justify-content: space-between;
width: 100%;
.nav-link {
padding: 0;
.fa {
padding-top: 8px;
font-size: 20px;
}
}
}
}