diff --git a/themes/gallo/layouts/partials/rental_catalog.html b/themes/gallo/layouts/partials/rental_catalog.html
index c907e46..48a3e63 100644
--- a/themes/gallo/layouts/partials/rental_catalog.html
+++ b/themes/gallo/layouts/partials/rental_catalog.html
@@ -34,7 +34,9 @@
class="mt-2 grid grid-cols-1 sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-3 gap-4"
>
{{ range .Params.catalog }} {{ if ne .item "" }}
-
+
Dimensions:
-
{{ .dimensions }}
+
{{ .dimensions }}
{{ end }} {{ if ne .baseCost "" }}
@@ -83,15 +85,19 @@
{{ if ne .purchaseCost "" }}
-
- Purchase Cost:
- {{ .purchaseCost }}
-
- {{ else }}
-
- Purchase Unavailable
-
- {{ end }}
+
+ Purchase Cost:
+ {{ .purchaseCost }}
+
+ {{ else }}
+
+ Purchase Unavailable
+
+ {{ end }}
{{ end }} {{ if ne .purchaseCost "" }}
-
+
Purchase Cost:
{{ .purchaseCost }}
+ {{ else }}
+
+ Purchase Unavailable
+
{{ end }}