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%;
width: 75%;
gap: 2rem;
margin-top: 1rem;
}
#book-button {
@@ -34,8 +35,7 @@
transition: 0.5s ease;
}
#book-button:hover {
cursor: pointer;
background-color: #000;
cursor: pointer; background-color: #000;
box-shadow: 0px 0px 15px var(--gold);
}
#book-button:active {
@@ -103,6 +103,7 @@
TODO:
- desktop view should be FLEX ROW
- mobile view should be normal columns
- get rid of double border on dropdowns if nested
*/
.dropdown-body {
margin: 1rem 1rem 1.5rem 6rem;