project-booster-vue 10.18.0 → 10.18.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "10.18.0",
3
+ "version": "10.18.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -802,7 +802,7 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
802
802
 
803
803
  @include set-from-screen($responsive-breakpoint) {
804
804
  width: 720px;
805
- margin: 7.5rem auto 0;
805
+ margin: 0 auto;
806
806
 
807
807
  &.auto {
808
808
  width: auto;
@@ -811,7 +811,7 @@ $slide-sticky-bottom-animation-delay: $slide-animation-duration + 0.45s;
811
811
 
812
812
  &__before-step {
813
813
  width: 100%;
814
- margin: 0 auto;
814
+ margin: 7.5rem auto 0;
815
815
  }
816
816
  }
817
817