From 9dc747240b2e1b2a0b9bc55b687bb5542c38b33b Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 30 Oct 2020 17:04:19 +0100 Subject: [PATCH] serve: add padding-left to body to avoid clipping the day --- 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 bfe3422..9913836 100644 --- a/ticker-serve/static/style.css +++ b/ticker-serve/static/style.css @@ -1,7 +1,7 @@ body { font-family: sans-serif; margin: 0 auto; - padding: 1rem 0 0 0.5rem; + padding: 1rem 0 0 1.5rem; background-color: #373737; color: #e7e7e7; max-width: 40rem;