Browse Source

feat: top navigation centering alignment

Vaclav Elias 2 years ago
parent
commit
f60de2fc0e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      en/template/public/main.css

+ 4 - 0
en/template/public/main.css

@@ -13,6 +13,10 @@
     height: 37px;
 }
 
+#navbar ul.navbar-nav {
+    margin-top: -3px;
+}
+
 .filter input, .search input {
     padding-top: 0.25rem;
     padding-bottom: 0.25rem;