preparing for service listing format enhancements

This commit is contained in:
2025-10-29 17:03:29 -04:00
parent 896a874cd4
commit 0848d7ba9d
+17 -3
View File
@@ -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 @@
</div>
<div class="dropdown-content">
<!-- LEVEL ONE PACKAGE -->
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>
@@ -172,6 +178,7 @@
<div class="dropdown-content">
<hr>
<div class="dropdown-body">
<span>
<h3>Interior:</h3>
<ul>
<li>Vacuum & light carpet shampooing</li>
@@ -180,7 +187,9 @@
<li>Interior & exterior window cleaning</li>
<li>Crack & crevice cleaning</li>
</ul>
<br /><br />
</span>
<span>
<h3>Exterior:</h3>
<ul>
<li>Hand wash & dry</li>
@@ -189,16 +198,21 @@
<li>Window cleaning</li>
<li>Light door jam cleaning</li>
</ul>
<br />
</span>
<span>
<a target="_blank" class="book-link"
href="https://app.urable.com/virtual-shop/IQlYjZyF1i2XilEiEKB5/XGQVAkJx15acdsEemvEr?productServiceId=sIUtLBqGS4mjAQNwHtI4&sku=rH37oV6muKqDXStXhH3k"
>
<button id="book-button">Book Level One Package Now</button>
</a>
</span>
</div>
</div>
</div>
<!-- LEVEL TWO PACKAGE -->
<div class="dropdown">
<div class="dropdown-header" onclick="toggleDropdown(this)">
<span class="dropdown-arrow"></span>