From 6911c96f8da378af3c3b52d7199791ff8a48f3c9 Mon Sep 17 00:00:00 2001 From: deflax Date: Sun, 8 Sep 2024 02:21:08 +0000 Subject: [PATCH] remove navbar padding and improve its grid --- src/api/static/css/root.css | 16 ++++++++-------- src/api/templates/index.html | 8 ++++++-- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/src/api/static/css/root.css b/src/api/static/css/root.css index b93b0e7..d08ebee 100644 --- a/src/api/static/css/root.css +++ b/src/api/static/css/root.css @@ -21,20 +21,20 @@ a:hover { color: rgb(132,4,217) !important; } -.content-container { - background-color: black; -} - -.container-fluid { - scroll-margin-top: 60px; +video { + width: 100%; } .violet { color: rgb(132,4,217) !important; } -video { - width: 100%; +.content-container { + background-color: black; +} + +.container-fluid { + scroll-margin-top: 60px; } .gallery { diff --git a/src/api/templates/index.html b/src/api/templates/index.html index 5b5fb91..34d9639 100644 --- a/src/api/templates/index.html +++ b/src/api/templates/index.html @@ -28,14 +28,16 @@