css: Fix fontawesome icon layout in the menu

This commit is contained in:
Johannes Meyer 2022-05-12 10:16:17 +02:00
parent 707775fe26
commit 84f4ced3d8

View File

@ -33,6 +33,10 @@
}
}
.nav .nav-item .icon:before {
width: 1.5em;
}
.tab-nav {
.clearfix();