Improve spacing on "ordered items" page

This commit is contained in:
Midgard 2020-01-27 05:32:59 +01:00
parent 0e779e59b9
commit 6768a35808
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -84,7 +84,7 @@ body {
.showcase h2 { .showcase h2 {
font-size: 110%; font-size: 110%;
font-weight: bold; font-weight: bold;
margin-bottom: 0; margin-bottom: 0.6em;
} }
.showcase .open-order-warning { .showcase .open-order-warning {
@ -111,7 +111,7 @@ body {
padding-left: 2em; padding-left: 2em;
} }
.showcase .comments li { .showcase .comments li {
margin: 0.7em 0 0.3em; margin: 0.5em 0 0;
} }
.showcase .total { .showcase .total {