Save
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
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user