Improve spacing between items in ordered dishes

This commit is contained in:
Midgard 2020-10-13 02:27:31 +02:00
parent 695331dd1a
commit 787669823c
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -362,7 +362,7 @@ h3 {
font-weight: 500;
}
h4 {
margin-bottom: 0.6em;
margin-bottom: 0.5em;
font-size: 110%;
font-weight: 500;
}
@ -415,20 +415,26 @@ dl {
li {
line-height: 1.5;
margin: 0.5em 0;
margin: 0.4em 0;
}
#my_items li form {
align-self: flex-start;
}
#per_dish .comments li {
#per_dish ul {
margin-bottom: 0;
}
#per_dish h4 {
margin-top: 0;
}
#per_dish .dish.no_comments h4 {
margin-bottom: 0;
line-height: inherit;
}
#per_dish .dish {
margin-bottom: 13px;
}
#per_dish .item_for {
color: var(--gray2);
text-align: right;