@salesforcedevs/mrkt-components 0.0.0-alpha.4 → 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.4",
3
+ "version": "0.0.0-alpha.6",
4
4
  "description": "Marketing Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -79,7 +79,7 @@ img {
79
79
  .graphic-1 {
80
80
  width: 306px;
81
81
  bottom: 100px;
82
- left: -150px;
82
+ left: -120px;
83
83
  z-index: 0;
84
84
  }
85
85
 
@@ -137,7 +137,18 @@ 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) {
147
+ .main-cta {
148
+ --dx-c-button-display: inline;
149
+ --dx-c-button-vertical-spacing: var(--dx-g-spacing-xs);
150
+ }
151
+
141
152
  .two-col-panel-section {
142
153
  display: flex;
143
154
  flex-direction: column;