diff --git a/static/prolefeeder.css b/static/prolefeeder.css new file mode 100644 index 0000000..9536b17 --- /dev/null +++ b/static/prolefeeder.css @@ -0,0 +1,32 @@ +html, +body { + height: 100%; +} + +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; +} + +.form-download { + width: 100%; + max-width: 20rem; + margin: 0 auto; + + padding: 2rem; +} diff --git a/templates/base.html b/templates/base.html index 6b85bdf..1c3a8b5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,29 +4,16 @@ {% block head %} {{ super() }} + {% endblock %} {% block title %}Prolefeeder{% endblock %} {% block content %} -