diff --git a/server/web/static/web/index.css b/server/web/static/web/index.css index a492c1f..4f6b05f 100644 --- a/server/web/static/web/index.css +++ b/server/web/static/web/index.css @@ -2,12 +2,15 @@ html { font-family: 'Jost', sans-serif !important; } +nav { + padding: 0 24px; +} + nav.navBar { background-color: black; } .brand-logo { - left: 24px; color: yellow !important; width: 100%; }