Add center alignment to select form control in dr_materac.scss

This commit is contained in:
Roman Pyrih
2025-06-05 08:33:36 +02:00
parent bdb06b3015
commit 9fbe2fa613
3 changed files with 3 additions and 2 deletions

View File

@@ -2090,6 +2090,7 @@ select.form-control:not([size]):not([multiple]) {
display: flex;
flex-wrap: wrap;
gap: 20px;
justify-content: center;
}
.price_container .current-price {