@total_onion/onion-library 2.0.155 → 2.0.156

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.
@@ -327,10 +327,14 @@
327
327
 
328
328
  .instructions-text {
329
329
  font-family: var(--tertiary-font-family);
330
- font-size: core-functions-v3.fontSize(30);
330
+ font-size: core-functions-v3.fontSize(24);
331
331
  font-weight: 300;
332
332
  text-box-trim: trim-both;
333
333
  text-box-edge: cap alphabetic;
334
+
335
+ @include core-mixins-v3.device(breakpoints.$tabPortrait) {
336
+ font-size: core-functions-v3.fontSize(30);
337
+ }
334
338
  }
335
339
  }
336
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@total_onion/onion-library",
3
- "version": "2.0.155",
3
+ "version": "2.0.156",
4
4
  "description": "Component library",
5
5
  "main": "index.js",
6
6
  "scripts": {