diff --git a/static/style.css b/static/style.css index 16bf3ec..c7940da 100644 --- a/static/style.css +++ b/static/style.css @@ -9,7 +9,7 @@ td { height: 1.75em; } .tickbox { margin-right: 0.5em; } .noitem { background-color: transparent; border-color:transparent; } .page { border: 5px solid #ccc; padding: 0.5em; - background: white; overflow:hidden; min-height:97vh;} + background: white; overflow:hidden; min-height:16em;} .entries { margin-top: 1em; margin-bottom: 1em; } .entries input { margin-top: 0.125em; margin-bottom: 0.125em; } .entries li { margin: 0.8em 1.2em; } diff --git a/templates/show_shop.html b/templates/show_shop.html index ea40784..af79949 100644 --- a/templates/show_shop.html +++ b/templates/show_shop.html @@ -1,7 +1,6 @@ {% extends "layout.html" %} {% block body %}

# {{ shop }}

-
{{ date }}
@@ -9,6 +8,7 @@ {{ entry.text|safe }}
{% endfor %}
+
{{ date }}

Add items