From a1a68a3fd6db263701e843cd29420b5929144264 Mon Sep 17 00:00:00 2001 From: Midgard Date: Sun, 20 Jun 2021 21:47:24 +0200 Subject: [PATCH] Add space at bottom in show view On big orders the bottom of the page was awkward. --- app/static/css/main.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/static/css/main.css b/app/static/css/main.css index 8d17488..504882a 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -63,12 +63,9 @@ body { .showcase { font-size: 16px; line-height: 1.2; -} - -.showcase { padding: 0; max-width: 500px; - margin: 0 auto; + margin: 0 auto 70px; } .showcase h1 {