diff --git a/static/index.css b/static/index.css index 6eb5e55..0950a85 100644 --- a/static/index.css +++ b/static/index.css @@ -102,6 +102,7 @@ a:hover:after { .nav-bar { display: flex; align-items: center; + justify-content: space-between; flex-direction: row; flex-wrap: wrap; margin-top: calc(12px + 1vh); @@ -109,7 +110,9 @@ a:hover:after { } .nav-item { - display: block; + display: flex; + align-self: stretch; + align-items: center; margin-right: 12px; margin-top: 6px; font-size: 1.5em;