gallery update + front page spacing changes

This commit is contained in:
2025-10-05 21:47:46 -04:00
parent 694a59e89a
commit 658728ab21
3 changed files with 75 additions and 15 deletions
+13
View File
@@ -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;
}
}
</style>