diff --git a/static/html/index-map.html b/static/html/index-map.html index 714364f..163a7b9 100644 --- a/static/html/index-map.html +++ b/static/html/index-map.html @@ -14,9 +14,8 @@
@@ -828,7 +827,20 @@ height: 64px; display: flex; align-items: center; - justify-content: space-between; + } + .nav-bar>div { + font-size: 0.84375rem; + min-width: 60px; + } + + .nav-bar>div:nth-child(2) { + text-align: center; + font-size: 1.125rem; + flex: 1 1 0%; + } + + nav-bar>div:last-child { + text-align: right; } .search-box {