summaryrefslogtreecommitdiff
path: root/src/routes/approach/index.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/routes/approach/index.svelte
parent115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff)
downloadmistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz
mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip
run prettier and fix bug on safari
Diffstat (limited to 'src/routes/approach/index.svelte')
-rw-r--r--src/routes/approach/index.svelte6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/routes/approach/index.svelte b/src/routes/approach/index.svelte
index 22819d3..90a0863 100644
--- a/src/routes/approach/index.svelte
+++ b/src/routes/approach/index.svelte
@@ -1,10 +1,10 @@
<main>
- <h1 class="text-center">Our Approach</h1>
+ <h1 class="text-center">Our Approach.</h1>
<div class="bg-light rounded p-4 shadow">
<div class="row justify-content-center">
<div class="col-sm-10">
<div style="text-align:center">
- <img src="https://ztxoywaazhxdeiftmsiy.supabase.co/storage/v1/object/public/mistymountains/boats.jpg" alt="boats in water" style="width:60%">
+ <img class="shadow" src="https://ztxoywaazhxdeiftmsiy.supabase.co/storage/v1/object/public/mistymountains/boats.jpg" alt="boats in water" style="width:60%;border-radius: 0.25em;">
</div>
<br>
<p>We meet each client where they are at and customize their therapeutic journey to best fit their personality and issues. Some of the approaches we use most are listed below:</p>
@@ -38,6 +38,4 @@
<p>We use this method to teach families how to treat and prevent behavioral and emotional problems in children and teens. We use a holistic approach and address concerns in the family, school, and community. We will not tell you how to parent, rather we will give you tools and ideas to manage misbehavior, set rules, encourage behavior you like, and take care of yourself so you can feel good and be confident in your parenting skills.</p>
</div>
-
</main>
-