From 60971b03f4f6b27665fc046170c7ba654c6843fb Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 20 Mar 2023 01:19:23 +0100 Subject: [PATCH] ticker-serve: fix style --- ticker-serve/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ticker-serve/static/style.css b/ticker-serve/static/style.css index 5e48c62..7202c92 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -58,7 +58,7 @@ h1, .weekday { font-size: 180%; vertical-align: middle; display: inline-block; - width: 33rem; + margin-left: 2rem; text-align: center; }