From 88d4ed2c8cb4e7f41101dc4eeb07c4496dbab7a3 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 6 Dec 2021 12:59:06 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20reformat=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/prolefeeder.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/static/prolefeeder.css b/static/prolefeeder.css index 9536b17..578a44e 100644 --- a/static/prolefeeder.css +++ b/static/prolefeeder.css @@ -5,20 +5,18 @@ body { body { display: flex; - flex-direction: column; - align-items: center; justify-content: center; padding-top: 1rem; padding-bottom: 1rem; + background-color: #B0C4DE; } .container .form-download { background-color: #f5f5f5; - box-shadow: 5px 5px 5px grey; border-radius: 3px; }