Add space at bottom in show view

On big orders the bottom of the page was awkward.
This commit is contained in:
Midgard 2021-06-20 21:47:24 +02:00
parent 90ea53d20e
commit 00cdc587b0
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -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 {