diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 71d2d0a7..3663447d 100644 --- a/static/style.css +++ b/static/style.css @@ -8,4 +8,12 @@ .uk-background-secondary .uk-navbar-dropbar { background: #222222 !important; +} + +.uk-navbar-container { + height: 60px; +} + +.uk-navbar-dropdown { + top: 45px !important; }
\ No newline at end of file |