added before/after indicator to gallert + services page

This commit is contained in:
2025-10-13 16:48:12 -04:00
parent d74a2bf1cb
commit 4a1aaacf61
4 changed files with 262 additions and 77 deletions
+1 -34
View File
@@ -154,33 +154,7 @@ footer {
top: 6px;
}
/** BOOK NOW button */
#book-button {
height: 7rem;
min-width: 100%;
background-color: var(--black);
color: var(--gold);
border: 1px solid var(--dark-gold);
border-radius: 5rem;
padding: 2rem 0;
margin: 0;
font-size: 2rem;
font-weight: bold;
text-decoration: none;
transition: 0.5s ease;
}
#book-button:hover {
cursor: pointer;
background-color: #000;
box-shadow: 0px 0px 30px var(--gold);
}
#book-button:active {
background-color: var(--gold);
}
/** DESKTOP RULES */
@media screen and (min-width: 851px) {
@@ -197,10 +171,6 @@ footer {
h1 {
font-size: 3rem;
}
#book-button {
width: 50%;
}
}
/* MOBILE RULES */
@@ -244,8 +214,5 @@ footer {
font-size: 2rem;
}
#book-button {
font-size: 1.75rem;
width: 85%;
}
}