diff --git a/biscuit/core/static/css/style.css b/biscuit/core/static/css/style.css index 2c794046303b290d5aafb80fc7c3f783293d0da6..8020abd7c0e5e457da7c0bc9d41e555e9b977d84 100644 --- a/biscuit/core/static/css/style.css +++ b/biscuit/core/static/css/style.css @@ -6,6 +6,11 @@ body { height: 100%; display: flex; flex-direction: column; + padding-top: 70px; +} + +main { + margin-bottom: 2em; } footer {