summaryrefslogtreecommitdiff
path: root/src/components/DirectionCard.svelte
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
commitbd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch)
treef814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/components/DirectionCard.svelte
parent115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff)
downloadmistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz
mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip
run prettier and fix bug on safari
Diffstat (limited to 'src/components/DirectionCard.svelte')
-rw-r--r--src/components/DirectionCard.svelte4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/DirectionCard.svelte b/src/components/DirectionCard.svelte
index 71c9aba..0097d33 100644
--- a/src/components/DirectionCard.svelte
+++ b/src/components/DirectionCard.svelte
@@ -9,13 +9,13 @@
<div class="col-md-4 text-center order-sm-1">
<img class="img-fluid rounded shadow" src={imageSpec.image} alt={imageSpec.alt} />
</div>
- <div class="col-md-8 border p-2 bg-light rounded shadow order-sm-2">
+ <div class="col-md-8 border p-4 bg-light rounded shadow order-sm-2">
<slot />
</div>
</div>
{:else}
<div class="row d-flex align-items-center my-2">
- <div class="col-md-8 border p-2 bg-light rounded shadow order-md-first order-last">
+ <div class="col-md-8 border p-4 bg-light rounded shadow order-md-first order-last">
<slot />
</div>
<div class="col-md-4 text-center">