update delivery and breakdown styling

This commit is contained in:
brooke 2024-07-31 21:27:12 -04:00
parent 1c06ca1be7
commit 18c703e82d
2 changed files with 5 additions and 4 deletions
themes/gallo
layouts/partials
static/css

View file

@ -87,7 +87,7 @@
</div>
{{ end }} {{ if ne .deliveryPickup "" }}
<div class="flex flex-row justify-between">
<strong>+ Pickup & Delivery:</strong>
<strong>+ Delivery Both Ways:</strong>
<span>{{ .deliveryPickup }}</span>
</div>
{{ end }} {{ if ne .installBreakdown "" }}
@ -140,7 +140,7 @@
</div>
<div class="flex flex-col sm:flex-row">
{{ if .gallery }} {{ partial "carousel.html" . }} {{ end }}
<div class="z-20 pt-4 sm:pl-4 w-full md:w-1/3 sm:w-1/2">
<div class="z-20 sm:pl-4 w-full md:w-1/3 sm:w-1/2">
<div
class="flex flex-col h-full justify-between text-md text-gray-800 text-base"
>
@ -158,9 +158,10 @@
</div>
{{ end }} {{ if ne .deliveryPickup "" }}
<div class="flex flex-row justify-between">
<strong>+ Pickup & Delivery:</strong>
<strong>+ Delivery Both Ways:</strong>
<span>{{ .deliveryPickup }}</span>
</div>
<div class="text-xs">— or —</div>
{{ end }} {{ if ne .installBreakdown "" }}
<div class="flex flex-row justify-between">
<strong>+ Setup & Breakdown:</strong>

File diff suppressed because one or more lines are too long