@salesforcedevs/mrkt-components 0.41.0-alpha.3 → 0.41.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.41.0-alpha.3",
3
+ "version": "0.41.0-alpha.6",
4
4
  "description": "Marketing Lightning web components for DSC",
5
5
  "license": "MIT",
6
6
  "engines": {
@@ -26,6 +26,7 @@
26
26
  h1 {
27
27
  color: var(--dx-g-text-heading-color);
28
28
  font-size: var(--dx-g-text-5xl);
29
+ font-family: var(--dx-g-font-display);
29
30
  font-weight: bold;
30
31
  line-height: 60px;
31
32
  margin-bottom: var(--dx-g-spacing-lg);
@@ -12,6 +12,7 @@
12
12
  display: flex;
13
13
  justify-content: space-between;
14
14
  padding: 0 var(--dx-g-page-padding-horizontal);
15
+ margin-top: 120px;
15
16
  }
16
17
 
17
18
  .content {
@@ -73,6 +74,7 @@ img {
73
74
 
74
75
  .container {
75
76
  align-items: center;
77
+ margin-top: 0;
76
78
  }
77
79
 
78
80
  .content {
@@ -115,6 +117,7 @@ img {
115
117
  .container {
116
118
  flex-direction: column-reverse;
117
119
  text-align: center;
120
+ margin-top: 170px;
118
121
  }
119
122
 
120
123
  .content {