From 66d471a7901321e2cf9ec0db7880257349371f03 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 31 Mar 2024 22:50:42 +0600 Subject: [PATCH] front/css: fix logo css Signed-off-by: wukko --- src/front/cobalt.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index e9fe6376..b5b372f6 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -262,9 +262,8 @@ button:active, align-items: center; } #logo { - text-align: left; + text-align: center; font-size: 1rem; - white-space: nowrap; height: 2.5rem; align-items: center; display: flex;