update delivery and breakdown styling
All checks were successful
Hugo / build (push) Successful in 11s
All checks were successful
Hugo / build (push) Successful in 11s
This commit is contained in:
parent
1c06ca1be7
commit
18c703e82d
2 changed files with 5 additions and 4 deletions
|
@ -87,7 +87,7 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }} {{ if ne .deliveryPickup "" }}
|
{{ end }} {{ if ne .deliveryPickup "" }}
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<strong>+ Pickup & Delivery:</strong>
|
<strong>+ Delivery Both Ways:</strong>
|
||||||
<span>{{ .deliveryPickup }}</span>
|
<span>{{ .deliveryPickup }}</span>
|
||||||
</div>
|
</div>
|
||||||
{{ end }} {{ if ne .installBreakdown "" }}
|
{{ end }} {{ if ne .installBreakdown "" }}
|
||||||
|
@ -140,7 +140,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex flex-col sm:flex-row">
|
<div class="flex flex-col sm:flex-row">
|
||||||
{{ if .gallery }} {{ partial "carousel.html" . }} {{ end }}
|
{{ 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
|
<div
|
||||||
class="flex flex-col h-full justify-between text-md text-gray-800 text-base"
|
class="flex flex-col h-full justify-between text-md text-gray-800 text-base"
|
||||||
>
|
>
|
||||||
|
@ -158,9 +158,10 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }} {{ if ne .deliveryPickup "" }}
|
{{ end }} {{ if ne .deliveryPickup "" }}
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<strong>+ Pickup & Delivery:</strong>
|
<strong>+ Delivery Both Ways:</strong>
|
||||||
<span>{{ .deliveryPickup }}</span>
|
<span>{{ .deliveryPickup }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="text-xs">— or —</div>
|
||||||
{{ end }} {{ if ne .installBreakdown "" }}
|
{{ end }} {{ if ne .installBreakdown "" }}
|
||||||
<div class="flex flex-row justify-between">
|
<div class="flex flex-row justify-between">
|
||||||
<strong>+ Setup & Breakdown:</strong>
|
<strong>+ Setup & Breakdown:</strong>
|
||||||
|
|
2
themes/gallo/static/css/tailwind.min.css
vendored
2
themes/gallo/static/css/tailwind.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue