Optimize space between icon and text in navigation (#2672)

* straighten navigation 

Position of the text are not the same in every entry. This change unifies the distance between icon and text

* define space between text and icon

add the same space between icon and text in the navigation.
This commit is contained in:
Dennis1993
2021-04-17 20:18:47 +02:00
committed by GitHub
parent cdb391dc81
commit 5eea14a780
2 changed files with 11 additions and 7 deletions

View File

@ -187,3 +187,7 @@ table {
.btn i {
transition: all .15s;
}
.nav-icon i {
width: 35px;
}