diff --git a/www/app/styles/app.css b/www/app/styles/app.css index ceb79bf..f8cd42e 100644 --- a/www/app/styles/app.css +++ b/www/app/styles/app.css @@ -38,6 +38,10 @@ body > .container { margin: 20px 0; } +.navbar { + display: flex; +} + .footer > .container { padding-right: 15px; padding-left: 15px; @@ -503,4 +507,4 @@ h4.note { { color: #fefc2e !important; -} \ No newline at end of file +}