Skip to content

Commit a71f53a

Browse files
changes for contact-us-layout-ipad-not-proper-2.3
1 parent 4fd4281 commit a71f53a

File tree

1 file changed

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

1 file changed

+10
-2
lines changed

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,21 @@
1616
.form.contact {
1717
float: none;
1818
width: 50%;
19-
min-width: 600px;
2019
}
2120
}
2221
}
2322
}
2423

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+
2534
// Mobile
2635
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
2736
.contact-index-index {
@@ -36,7 +45,6 @@
3645
.form.contact {
3746
float: none;
3847
width: 100%;
39-
min-width: auto;
4048
}
4149
}
4250
}

0 commit comments

Comments
 (0)