@salesforcedevs/mrkt-components 0.0.0-alpha.5 → 0.0.0-alpha.6

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforcedevs/mrkt-components",
3
- "version": "0.0.0-alpha.5",
3
+ "version": "0.0.0-alpha.6",
4
4
  "description": "Marketing Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -137,10 +137,15 @@ img {
137
137
  }
138
138
  }
139
139
 
140
+ @media (max-width: 850px) {
141
+ .main-cta {
142
+ --dx-c-button-horizontal-spacing: var(--dx-g-spacing-md);
143
+ }
144
+ }
145
+
140
146
  @media (max-width: 768px) {
141
147
  .main-cta {
142
148
  --dx-c-button-display: inline;
143
- --dx-c-button-horizontal-spacing: var(--dx-g-spacing-md);
144
149
  --dx-c-button-vertical-spacing: var(--dx-g-spacing-xs);
145
150
  }
146
151