From b1d290024c4c3d7a4b0512824ed284a58e54e59d Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:34:04 +0200 Subject: [PATCH] Update style.css --- src/html/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/html/style.css b/src/html/style.css index 264cdfd4..c4ba5488 100644 --- a/src/html/style.css +++ b/src/html/style.css @@ -13,6 +13,8 @@ flex-direction: column; align-items: center; width: 100%; + padding: 1rem 1.5rem; + overflow: hidden; transition: background-color .3s; } /* Headlines */