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; }