Add space at bottom in show view
On big orders the bottom of the page was awkward.
This commit is contained in:
parent
90ea53d20e
commit
00cdc587b0
1 changed files with 1 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue