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 @@