From: Emil Williams Date: Sat, 17 May 2025 14:57:54 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=822f522eb957705130fcc4c701577f9da5dc6cbc;p=emil-3chen.org.git -- --- diff --git a/static/style.css b/static/style.css index 60e781b..15843bb 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,6 @@ body { } #title { - background: linear-gradient(to bottom, #7dad60, #60c440); text-align: center; font-size: 2.5em; padding-bottom: 0.5em; @@ -27,6 +26,7 @@ body { } #board { + background: linear-gradient(to bottom, #7dad60, #60c440); padding: 1em 0.5em 0em 0.5em; margin: 1em auto; }