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 16d1e88 + 95bd6f7 commit e640a18Copy full SHA for e640a18
app/code/Magento/Contact/view/frontend/web/css/source/_module.less
@@ -0,0 +1,42 @@
1
+/**
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+*/
5
+
6
+& when (@media-common = true) {
7
+ .contact-index-index {
8
+ .column:not(.sidebar-main) {
9
+ .form.contact {
10
+ float: none;
11
+ width: 50%;
12
+ }
13
14
15
+ .column:not(.sidebar-additional) {
16
17
18
19
20
21
22
+}
23
24
+// Mobile
25
+.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {
26
27
28
29
30
+ width: 100%;
31
32
33
34
35
36
37
38
39
40
41
42
0 commit comments