@salesforcedevs/dx-components 1.3.210-lnb13-alpha → 1.3.210-lnb14-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -143,9 +143,14 @@
|
|
|
143
143
|
align-items: center;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
@media screen and (max-width:
|
|
146
|
+
@media screen and (max-width: 1279px) {
|
|
147
|
+
.padding-horizontal {
|
|
148
|
+
padding-left: var(--dx-g-spacing-xl);
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
@media screen and (max-width: 767px) {
|
|
147
153
|
.padding-horizontal {
|
|
148
154
|
padding-left: var(--dx-g-spacing-lg);
|
|
149
|
-
padding-right: var(--dx-g-spacing-md);
|
|
150
155
|
}
|
|
151
156
|
}
|