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.
1 parent 4fd4281 commit a71f53aCopy full SHA for a71f53a
app/code/Magento/Contact/view/frontend/web/css/source/_module.less
@@ -16,12 +16,21 @@
16
.form.contact {
17
float: none;
18
width: 50%;
19
- min-width: 600px;
20
}
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 {
@@ -36,7 +45,6 @@
45
37
46
38
47
width: 100%;
39
- min-width: auto;
40
48
41
49
42
50
0 commit comments