@tiddh/brave-vue 1.93.71 → 1.93.72

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.
@@ -279,7 +279,7 @@
279
279
  }
280
280
  @include media-breakpoint-down("sm") {
281
281
  padding-top: 0;
282
- padding: 0px px-size("sm", $spacing-inline-lg);
282
+ padding: 0px px-size("sm", $spacing-inline-md);
283
283
  padding-bottom: px-size("sm", 120px);
284
284
  padding-top: px-size("sm", $spacing-stack-sm);
285
285
  }
@@ -279,7 +279,7 @@
279
279
  }
280
280
  @include media-breakpoint-down("sm") {
281
281
  padding-top: 0;
282
- padding: 0px px-size("sm", $spacing-inline-lg);
282
+ padding: 0px px-size("sm", $spacing-inline-md);
283
283
  padding-bottom: px-size("sm", 120px);
284
284
  padding-top: px-size("sm", $spacing-stack-sm);
285
285
  }
@@ -279,7 +279,7 @@
279
279
  }
280
280
  @include media-breakpoint-down("sm") {
281
281
  padding-top: 0;
282
- padding: 0px px-size("sm", $spacing-inline-lg);
282
+ padding: 0px px-size("sm", $spacing-inline-md);
283
283
  padding-bottom: px-size("sm", 120px);
284
284
  padding-top: px-size("sm", $spacing-stack-sm);
285
285
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiddh/brave-vue",
3
- "version": "1.93.71",
3
+ "version": "1.93.72",
4
4
  "private": false,
5
5
  "main": "dist/brave-vue.ssr.js",
6
6
  "browser": "dist/brave-vue.esm.js",