diff options
| author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-30 09:38:48 -0700 |
| commit | bd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch) | |
| tree | f814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/components | |
| parent | 115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff) | |
| download | mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip | |
run prettier and fix bug on safari
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/DirectionCard.svelte | 4 | ||||
| -rw-r--r-- | src/components/Footer.svelte | 8 |
2 files changed, 6 insertions, 6 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"> diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 9588bc2..00d3e07 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -13,15 +13,15 @@ </div> <div class="d-flex flex-row align-items-center border-darkish p-1"> <i class="bi bi-mailbox"></i> - <a href="mailto:jeffer@mistymountainstherapy.com"> + <a href="mailto:contact@mistymountainstherapy.com"> <div class="px-4"> - <span>jeffer@mistymountainstherapy.com</span> + <span>contact@mistymountainstherapy.com</span> </div> </a> </div> <div class="d-flex flex-row align-items-center p-1"> <i class="bi bi-pin-map"></i> - <a href="https://goo.gl/maps/DdkzDQTRHBTtG8ys6"> + <a href="https://maps.app.goo.gl/s1AFqfKvUKgXDCrq5"> <div class="px-4"> <span>534 Trejo Street, Suite 200F</span> <br> @@ -38,7 +38,7 @@ <div class="p-1"> <span class="text-muted">Copyright © 2024 Misty Mountains Therapy</span> <br> - <span class="text-muted">High quality therapy services for the Rexburg area.</span> + <span class="text-muted">High quality therapy services for the greater Rexburg area.</span> </div> </div> </div> |
