@worksafevictoria/wcl7.5 1.16.0-beta.8 → 1.16.0-beta.9

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.16.0-beta.8",
3
+ "version": "1.16.0-beta.9",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -124,13 +124,13 @@ export default {
124
124
 
125
125
  .homepage-header {
126
126
  position:relative;
127
- margin-bottom: 10px;
127
+ margin-bottom: 0px;
128
128
  display: block;
129
129
  border-bottom: none !important;
130
130
  height: auto;
131
131
  align-items: normal;
132
- padding-top: 30px;
133
- padding-bottom: 30px;
132
+ padding-top: 48px;
133
+ padding-bottom: 5px;
134
134
 
135
135
  :deep(.wysiwyg) {
136
136
  h1 {
@@ -150,7 +150,7 @@ export default {
150
150
  &__content-wrapper {
151
151
  width: 100%;
152
152
  position: relative;
153
- margin-top: 80px;
153
+ margin-top: 48px;
154
154
  @include mq('mm') {
155
155
  margin-top: 10px !important;
156
156
  }