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
|
@@ -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
|
}
|