diff --git a/bookwyrm/static/css/bookwyrm.css b/bookwyrm/static/css/bookwyrm.css index e4bca203..67eb1eba 100644 --- a/bookwyrm/static/css/bookwyrm.css +++ b/bookwyrm/static/css/bookwyrm.css @@ -3,6 +3,12 @@ html { scroll-padding-top: 20%; } +body { + min-height: 100vh; + display: flex; + flex-direction: column; +} + .image { overflow: hidden; } diff --git a/bookwyrm/templates/layout.html b/bookwyrm/templates/layout.html index 7dc74d88..4ce7a7f8 100644 --- a/bookwyrm/templates/layout.html +++ b/bookwyrm/templates/layout.html @@ -22,165 +22,169 @@ -