sempli-website-lib 5.4.0 → 5.4.1
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
|
@@ -16037,6 +16037,7 @@ section.hero-wrapper {
|
|
|
16037
16037
|
&.home.index {
|
|
16038
16038
|
background: url("/assets/swl/interface/sempli-home-small.webp") no-repeat 100% 0%;
|
|
16039
16039
|
background-size: cover;
|
|
16040
|
+
background-position-x: center;
|
|
16040
16041
|
|
|
16041
16042
|
@include responsive($breakpoint-medium) {
|
|
16042
16043
|
background: url("/assets/swl/interface/sempli-home-medium.webp") no-repeat 50%;
|
|
@@ -140,6 +140,7 @@ section.hero-wrapper {
|
|
|
140
140
|
&.home.index {
|
|
141
141
|
background: url("/assets/swl/interface/sempli-home-small.webp") no-repeat 100% 0%;
|
|
142
142
|
background-size: cover;
|
|
143
|
+
background-position-x: center;
|
|
143
144
|
|
|
144
145
|
@include responsive($breakpoint-medium) {
|
|
145
146
|
background: url("/assets/swl/interface/sempli-home-medium.webp") no-repeat 50%;
|