Add center alignment to select form control in dr_materac.scss
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2090,6 +2090,7 @@ select.form-control:not([size]):not([multiple]) {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.price_container .current-price {
|
.price_container .current-price {
|
||||||
|
|||||||
Reference in New Issue
Block a user