diff --git a/templates/frontpage.html b/templates/frontpage.html index 18e59f4..5e6e4a8 100644 --- a/templates/frontpage.html +++ b/templates/frontpage.html @@ -29,29 +29,140 @@ height: auto; display: block; } + /* Style to display paragraphs inline */ + .grid-item p { + display: inline-block; + margin: 0; /* Remove default margin */ + } +
+ + + + + + + +
-
+
{% for i in set_list %}
Image
-

{{ i['name'] }}

-

- Set: {{ i['set_num'] }} +

{{ i['name'] }}

+

Set:

{{ i['set_num'] }}


- Year: {{ i['year'] }} +

Year:

{{ i['year'] }}


- Parts: {{ i['num_parts'] }} +

Parts:

{{ i['num_parts'] }}


- Inventory: Link

+

Inventory: Link

{% endfor %}
+