From 17857a6b568536c4bd5267c1175a8411e240e814 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 29 Dec 2025 08:42:59 +0100 Subject: [PATCH] feat: add brand-version to display version bottom right --- public/css/app.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index 84f493b..b921bed 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -41,6 +41,16 @@ h1 { color: #777; } +.brand-version { + position: fixed; + right: 1rem; + bottom: 1rem; + font-size: 0.85rem; + letter-spacing: 0.2em; + text-transform: uppercase; + color: #777; +} + .page-center h1 { margin-bottom: 0.5rem; }