This commit is contained in:
Roman Pyrih
2025-06-20 13:00:10 +02:00
parent 5bbfc86330
commit 24062a9ba7
6 changed files with 19 additions and 15 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -5702,6 +5702,23 @@ body {
#promo-code {
.promo-code {
form {
@media (max-width: 1200px) and (min-width: 992px) {
.promo-input {
width: 100%;
}
.btn.btn-primary {
top: 0;
margin-top: 10px;
width: 100%;
}
}
@media (max-width: 991px) and (min-width: 401px) {
.promo-input {
width: calc(100% - 120px);
}
}
@media (max-width: 400px) {
.promo-input {
width: 100%;