diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..02a7aca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS*
diff --git a/index.html b/index.html
index 8a3a979..a587c3b 100644
--- a/index.html
+++ b/index.html
@@ -16,6 +16,7 @@
main {
min-height: 530px; /** to make sure footer doesn't overlap hero */
+ gap: 5.5rem;
}
#hero-image {
@@ -33,6 +34,9 @@
text-align: center;
background-color: rgba(0, 0, 0, 0.8);
width: 40%;
+ /** padding: 3rem 4rem 4rem 4rem; */
+
+ padding-bottom: 2rem;
}
#book-now {
@@ -48,8 +52,17 @@
no-repeat;
}
+ main {
+ gap: 0;
+ }
+
#intro {
width: 100%;
+ padding-bottom: 1.5rem;
+ }
+
+ #book-now {
+ margin-top: 2.5rem;
}
}
diff --git a/reviews.html b/reviews.html
index bf41fba..05aed79 100644
--- a/reviews.html
+++ b/reviews.html
@@ -11,16 +11,19 @@