diff --git a/main-site/index.html b/main-site/index.html
index 55b0e54..b8e364e 100644
--- a/main-site/index.html
+++ b/main-site/index.html
@@ -85,15 +85,39 @@
-
-
Visit our store
-
-
-
+
+
Visit our store
+
+
+
@@ -116,11 +140,6 @@
-
Shop Hours
-
-
Tuesday - Friday: 10:00 - 5:00
-
Saturday: 9:00 - 3:00
-
Sunday - Monday: Closed
Contact Us
diff --git a/main-site/style.css b/main-site/style.css
index a641345..13c7c1f 100644
--- a/main-site/style.css
+++ b/main-site/style.css
@@ -366,10 +366,14 @@ form{
gap: 1rem;
justify-content: center;
max-width: 820px;
- margin: -1.5rem auto 2rem;
+ margin: 1rem auto 2rem;
padding: 0 1rem;
}
+.contact-hero + .contact-tiles {
+ margin-top: -1.5rem;
+}
+
.contact-tile {
background: #fff;
border-radius: 14px;