From 9941030ce7876cd83434d215f03fce179d9ae07e Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 29 Oct 2025 17:08:11 -0400 Subject: [PATCH] todo notes --- services.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/services.html b/services.html index b5039b8..1fb2e20 100644 --- a/services.html +++ b/services.html @@ -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;