big accessibility updates for dropdowns on services

This commit is contained in:
2025-11-19 20:20:00 -05:00
parent 74e3f37a9c
commit ffbc843d12
3 changed files with 102 additions and 78 deletions
-2
View File
@@ -40,7 +40,6 @@
/** BOOK NOW big button */
#book-button {
height: 7rem;
width: 50%;
min-width: 100%;
display: flex;
@@ -63,7 +62,6 @@
}
#book-button:hover {
cursor: pointer;
background-color: #000;
box-shadow: 0px 0px 30px var(--gold);
}
#book-button:active {