Improve spacing between items in ordered dishes
This commit is contained in:
parent
695331dd1a
commit
787669823c
1 changed files with 10 additions and 4 deletions
|
@ -362,7 +362,7 @@ h3 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
margin-bottom: 0.6em;
|
margin-bottom: 0.5em;
|
||||||
font-size: 110%;
|
font-size: 110%;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
@ -415,20 +415,26 @@ dl {
|
||||||
|
|
||||||
li {
|
li {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
margin: 0.5em 0;
|
margin: 0.4em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#my_items li form {
|
#my_items li form {
|
||||||
align-self: flex-start;
|
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 {
|
#per_dish .dish.no_comments h4 {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
#per_dish .dish {
|
||||||
|
margin-bottom: 13px;
|
||||||
|
}
|
||||||
#per_dish .item_for {
|
#per_dish .item_for {
|
||||||
color: var(--gray2);
|
color: var(--gray2);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
Loading…
Reference in a new issue