From 65af3ecd53ec56b14d2c0d64ffaa522856a4f55b Mon Sep 17 00:00:00 2001 From: Callum Chard <110359678+CallumCha@users.noreply.github.com> Date: Tue, 30 Jul 2024 23:15:32 +0100 Subject: [PATCH] Update style.css --- web/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style.css b/web/style.css index b6b6374..812f484 100644 --- a/web/style.css +++ b/web/style.css @@ -116,7 +116,6 @@ a { right: 0; z-index: -10; display: flex; - gap: 16px; flex-direction: row; justify-content: space-between; padding: 2rem; @@ -127,6 +126,7 @@ a { .status-bar > #listener-count { margin: 0; opacity: 0.8; + padding-right: 1rem; } .header {