fix: Increase navbar height and add padding for improved layout

This commit is contained in:
2026-05-08 09:56:36 +02:00
parent 11158cd974
commit 5d680ae0c2
+2 -1
View File
@@ -132,7 +132,8 @@
}
.site-nav-inner {
min-height: 82px;
min-height: 140px;
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;