mobile styles and fix overflow

This commit is contained in:
2024-12-18 15:52:12 -08:00
parent 90505b964a
commit 01ca26189e
24 changed files with 458 additions and 331 deletions

View File

@@ -56,7 +56,7 @@
</div>
</div>
<h6 class="f-purple fw-bold mb-0 mt-3">Includes free shipping and lockbox! </h6>
<div>{{product.fee_text}}</div>
<div class="mb-3">{{product.fee_text}}</div>
</form>
</div>
</div>
@@ -184,7 +184,8 @@
}
.form-select {
width: 327px;
width: 100%;
max-width: 327px;
}
.select-selected {