From 3dbed2bbf623d3e39814d56f5539ea486a4a07d2 Mon Sep 17 00:00:00 2001 From: oOHiyoriOo Date: Sat, 13 Jun 2026 18:43:36 +0200 Subject: [PATCH] style: add bottom margin to navbar Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- rcon.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rcon.css b/rcon.css index 75751cf..bb378fc 100644 --- a/rcon.css +++ b/rcon.css @@ -110,6 +110,9 @@ a:hover { color: #fff; text-decoration: none; } } /* Navbar text color override */ +#server-header { + margin-bottom: 1rem; +} .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.85); }