Skip to content

Commit b5f64a0

Browse files
ENGCOM-4580: Contact us layout in I-pad not proper #21896
- Merge Pull Request #21896 from amol2jcommerce/magento2:contact-us-layout-ipad-not-proper-2.3 - Merged commits: 1. dfd8b12 2. 4fd4281 3. a71f53a
2 parents 9d6d4e2 + a71f53a commit b5f64a0

File tree

1 file changed

+10
-0
lines changed
  • app/code/Magento/Contact/view/frontend/web/css/source

1 file changed

+10
-0
lines changed

app/code/Magento/Contact/view/frontend/web/css/source/_module.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@
2121
}
2222
}
2323

24+
//
25+
// Desktop
26+
// _____________________________________________
27+
28+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
29+
.contact-index-index .column:not(.sidebar-additional) .form.contact {
30+
min-width: 600px;
31+
}
32+
}
33+
2434
// Mobile
2535
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
2636
.contact-index-index {

0 commit comments

Comments
 (0)