@foeewni/web-core 3.0.0-alpha.11 → 3.0.0-alpha.12

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": "@foeewni/web-core",
3
- "version": "3.0.0-alpha.11",
3
+ "version": "3.0.0-alpha.12",
4
4
  "description": "Friend of the Earth EWNI Core for frontend projects",
5
5
  "browser": {
6
6
  "foe-core.js": "dist/js/foe.core.min.js",
@@ -460,7 +460,7 @@ $font-weight-heavy: 700;
460
460
  $font-weight-base: $font-weight-normal;
461
461
  $line-height-base: 1.5;
462
462
 
463
- $h1-font-size: calc(60 / 16) * $font-size-base;
463
+ $h1-font-size: calc(56 / 16) * $font-size-base;
464
464
  $h2-font-size: calc(40 / 16) * $font-size-base;
465
465
  $h3-font-size: calc(32 / 16) * $font-size-base;
466
466
  $h4-font-size: calc(26 / 16) * $font-size-base;
@@ -482,10 +482,10 @@ $headings-font-weight: 900;
482
482
  $headings-line-height: 1.2;
483
483
  $headings-color: $foe-accent;
484
484
 
485
- $display1-size: calc(60 / 16) * $font-size-base;
486
- $display2-size: calc(60 / 16) * $font-size-base;
487
- $display3-size: 4.5rem;
488
- $display4-size: 3.5rem;
485
+ $display1-size: $h1-font-size;
486
+ $display2-size: $h1-font-size;
487
+ $display3-size: $h3-font-size;
488
+ $display4-size: $h4-font-size;
489
489
 
490
490
  $display1-weight: 900;
491
491
  $display2-weight: 300;