diff --git a/app/static/css/main.css b/app/static/css/main.css index 10a54ab..80ad07a 100644 --- a/app/static/css/main.css +++ b/app/static/css/main.css @@ -291,6 +291,6 @@ h1, h2, h3, h4, h5, h6{ text-align: center; } -.dish-choices { - color: var(--dGray2); +#dish_choices { + margin: 0.5em 1em 1.5em; } diff --git a/app/templates/order.html b/app/templates/order.html index b223ab2..8099c18 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -193,11 +193,11 @@ {{ super() }} {% endblock %}