Use columns in order info faster, align prices in menu
This commit is contained in:
parent
c23a11bfdb
commit
d3e6c1b08c
1 changed files with 2 additions and 2 deletions
|
@ -82,7 +82,7 @@
|
|||
{% if dish.tags %}<span class="tags"> {{ dish.tags | join(", ") }}</span>{% endif %}
|
||||
-->
|
||||
<span class="spacer"></span>
|
||||
<span class="price">{{ dish.price_range() | price_range }}</span>
|
||||
<span class="price_aligned">{{ dish.price_range() | price_range }}</span>
|
||||
</summary>
|
||||
{% if dish.description %}<div class="description">{{ dish.description }}</div>{% endif %}
|
||||
{% for (choice_type, choice) in dish.choices %}
|
||||
|
@ -374,7 +374,7 @@ h3 {
|
|||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
@media (min-width: 500px) {
|
||||
#order_info dl {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
|
|
Loading…
Reference in a new issue