We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d6d4e2 + a71f53a commit b5f64a0Copy full SHA for b5f64a0
app/code/Magento/Contact/view/frontend/web/css/source/_module.less
@@ -21,6 +21,16 @@
21
}
22
23
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
34
// Mobile
35
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
36
.contact-index-index {
0 commit comments