todo notes

This commit is contained in:
2025-10-29 17:08:11 -04:00
parent 0848d7ba9d
commit 9941030ce7
+3 -2
View File
@@ -17,6 +17,7 @@
max-width: 75%; max-width: 75%;
width: 75%; width: 75%;
gap: 2rem; gap: 2rem;
margin-top: 1rem;
} }
#book-button { #book-button {
@@ -34,8 +35,7 @@
transition: 0.5s ease; transition: 0.5s ease;
} }
#book-button:hover { #book-button:hover {
cursor: pointer; cursor: pointer; background-color: #000;
background-color: #000;
box-shadow: 0px 0px 15px var(--gold); box-shadow: 0px 0px 15px var(--gold);
} }
#book-button:active { #book-button:active {
@@ -103,6 +103,7 @@
TODO: TODO:
- desktop view should be FLEX ROW - desktop view should be FLEX ROW
- mobile view should be normal columns - mobile view should be normal columns
- get rid of double border on dropdowns if nested
*/ */
.dropdown-body { .dropdown-body {
margin: 1rem 1rem 1.5rem 6rem; margin: 1rem 1rem 1.5rem 6rem;