update separation between quantity and price
All checks were successful
Hugo / build (push) Successful in 13s
All checks were successful
Hugo / build (push) Successful in 13s
This commit is contained in:
parent
3271065109
commit
dfa2f0eea7
2 changed files with 8 additions and 3 deletions
|
@ -73,7 +73,9 @@
|
|||
<strong>Dimensions:</strong>
|
||||
<span>{{ .dimensions }}</span>
|
||||
</div>
|
||||
{{ end }} {{ if ne .baseCost "" }}
|
||||
{{ end }}
|
||||
<div class="border-b-[1px] mx-1 my-2"></div>
|
||||
{{ if ne .baseCost "" }}
|
||||
<div class="flex flex-row justify-between">
|
||||
<strong>Purchase Cost:</strong>
|
||||
<span>{{ .purchaseCost }}</span>
|
||||
|
@ -130,7 +132,10 @@
|
|||
>
|
||||
<div class="sm:flex sm:items-start">
|
||||
<div class="z-20 w-full mt-3 text-center sm:mt-0 sm:text-left">
|
||||
<div class="relative text-xl mb-2 font-semibold" id="modal-title">
|
||||
<div
|
||||
class="relative text-xl mb-2 font-semibold"
|
||||
id="modal-title"
|
||||
>
|
||||
{{ .item }}
|
||||
</div>
|
||||
<div class="flex flex-col sm:flex-row">
|
||||
|
|
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