Improve spacing on "ordered items" page
This commit is contained in:
parent
0e779e59b9
commit
6768a35808
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue