diff --git a/app/templates/order.html b/app/templates/order.html
index 5216b98..bd333f3 100644
--- a/app/templates/order.html
+++ b/app/templates/order.html
@@ -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;