summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/Footer.svelte22
-rw-r--r--src/routes/index.svelte2
2 files changed, 13 insertions, 11 deletions
diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte
index eaa0b89..a0ca448 100644
--- a/src/components/Footer.svelte
+++ b/src/components/Footer.svelte
@@ -6,16 +6,18 @@
<div class="d-flex flex-row align-items-center border-darkish p-1">
<i class="bi bi-telephone"></i>
<div class="px-4">
- <a href="tel:15306383546">
- <span>(530) 638 - 3546</span>
- (Scheduling/other)
- </a>
- </div>
- <div class="px-4">
- <a href="tel:18334456077">
- <span>(833) 445 - 6077 ext. 1</span>
- (Billing/insurance)
- </a>
+ <div class="border-darkish">
+ <a href="tel:15306383546">
+ <span>(530) 638 - 3546</span>
+ (Scheduling/other)
+ </a>
+ </div>
+ <div>
+ <a href="tel:18334456077">
+ <span>(833) 445 - 6077 ext. 1</span>
+ (Billing/insurance)
+ </a>
+ </div>
</div>
</div>
<div class="d-flex flex-row align-items-center border-darkish p-1">
diff --git a/src/routes/index.svelte b/src/routes/index.svelte
index 3bc0b30..fa9fe28 100644
--- a/src/routes/index.svelte
+++ b/src/routes/index.svelte
@@ -8,7 +8,7 @@
</div>
</div>
-<div class="bg-light rounded p-2 shadow">
+<div class="bg-light rounded py-3 shadow">
<div class="d-flex justify-content-center">
<div class="col-md-8 mt-2 border-bottom">
<h3>"Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer."</h3>