diff --git a/static/prolefeeder.css b/static/prolefeeder.css index 578a44e..04349ae 100644 --- a/static/prolefeeder.css +++ b/static/prolefeeder.css @@ -15,16 +15,14 @@ body { background-color: #B0C4DE; } -.container .form-download { - background-color: #f5f5f5; - box-shadow: 5px 5px 5px grey; - border-radius: 3px; -} - -.form-download { +#form-download { width: 100%; max-width: 20rem; margin: 0 auto; padding: 2rem; + + background-color: #f5f5f5; + box-shadow: 5px 5px 5px grey; + border-radius: 3px; } diff --git a/templates/download.html b/templates/download.html index b131e1d..4808744 100644 --- a/templates/download.html +++ b/templates/download.html @@ -19,8 +19,7 @@ {% block app_content %} -
-
+

Sendungsmitschnitt herunterladen

@@ -68,7 +67,6 @@ {{ form.submit(class_="btn btn-primary btn-block mt-4") }} -
{% endblock %}