From 0848d7ba9d09d2d15b3cdcfbe20c2658a99b4a92 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 29 Oct 2025 17:03:29 -0400 Subject: [PATCH] preparing for service listing format enhancements --- services.html | 62 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 24 deletions(-) diff --git a/services.html b/services.html index 28e18a4..b5039b8 100644 --- a/services.html +++ b/services.html @@ -96,9 +96,14 @@ border: none; } .dropdown-content.open { - max-height: 1500px; + max-height: 2000px; } + /** + TODO: + - desktop view should be FLEX ROW + - mobile view should be normal columns + */ .dropdown-body { margin: 1rem 1rem 1.5rem 6rem; } @@ -161,6 +166,7 @@