diff --git a/src/bar/templates/bar_menu.html b/src/bar/templates/bar_menu.html index 22099081..60019fb1 100644 --- a/src/bar/templates/bar_menu.html +++ b/src/bar/templates/bar_menu.html @@ -43,13 +43,13 @@ {% for category in categories %} -

{{ category.name }}

+

{{ category.name }}

{% for product in category.products.all %} {% if product.in_stock %}
-

{{ product.name }}

-

{{ product.price }} HAX

+ {{ product.name }} + {{ product.price }} HAX
{% endif %} {% endfor %} diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index e99a9881..6731b46b 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -293,9 +293,11 @@ body.bar-menu { .bar-product .name { width: 900px; + font-size: 14pt; } .bar-product .price { + font-size: 14pt; width: 300px; }