project-booster-vue 9.31.2 → 9.31.3

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": "9.31.2",
3
+ "version": "9.31.3",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -5,7 +5,7 @@ import PbPedagogy from './PbPedagogy';
5
5
  import store from '../../stores/store';
6
6
 
7
7
  <Meta
8
- title="Project Booster/Components/Pedagogy/ PbPedagogy 🦠"
8
+ title="Project Booster/Components/Pedagogy/PbPedagogy 🦠"
9
9
  component={PbPedagogy}
10
10
  argTypes={{
11
11
  payload: {
@@ -265,15 +265,17 @@ $responsive-breakpoint: 'm';
265
265
  @include set-font-scale('07', 's');
266
266
 
267
267
  color: $color-grey-700;
268
+ margin-bottom: 10px;
268
269
  max-width: 100%;
269
270
  padding: 0 0 0 0;
271
+ text-align: center;
270
272
  width: 384px;
271
273
 
272
274
  @include set-from-screen($responsive-breakpoint) {
273
275
  @include set-font-scale('08', 'm');
274
276
 
277
+ margin-bottom: 0;
275
278
  padding: $mu250 $mu100 $mu100 $mu100;
276
- text-align: center;
277
279
  width: auto;
278
280
  }
279
281
  }