mobile styles and fix overflow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user