project-booster-vue 10.6.0 → 10.6.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.6.0",
3
+ "version": "10.6.1",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1107,7 +1107,7 @@ $answers-apparition-duration: '0.5s';
1107
1107
  }
1108
1108
 
1109
1109
  &__sticky-footer {
1110
- margin: $mu200 #{-$mu050} 0 #{-$mu050};
1110
+ margin: $mu200 #{-$mu050} 10rem #{-$mu050};
1111
1111
  width: calc(100% + 2 * #{$mu050});
1112
1112
  }
1113
1113