todo notes
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user