From a8f1edc4b76cb25e6746ca604087a4a04479cc01 Mon Sep 17 00:00:00 2001 From: Thomas de Roo <2+thomas@noreply.localhost> Date: Tue, 16 Jun 2026 11:59:59 +0200 Subject: [PATCH] Update assets/css/style.css --- assets/css/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index a25689b..f4faa03 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,4 +32,24 @@ button { h1, h2 { margin-top: 0; +} +.bottom-bar { + position: fixed; + bottom: 0; + left: 0; + right: 0; + height: 56px; + background: #222; + display: flex; + justify-content: space-around; + align-items: center; + border-top: 1px solid #444; + z-index: 1000; +} + +.bottom-bar a { + color: #fff; + text-decoration: none; + font-size: 14px; + padding: 10px 12px; } \ No newline at end of file