@byuhbll/components 5.0.0-beta.2 → 5.0.0-beta.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": "@byuhbll/components",
3
- "version": "5.0.0-beta.2",
3
+ "version": "5.0.0-beta.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0"
@@ -236,18 +236,18 @@ ul {
236
236
  /* Change site size on bigger browser sizes */
237
237
  @media screen and (min-width: 1400px) {
238
238
  html {
239
- font-size: 112%;
239
+ font-size: 107.7%;
240
240
  }
241
241
  }
242
242
 
243
243
  @media screen and (min-width: 1720px) {
244
244
  html {
245
- font-size: 120%;
245
+ font-size: 115.4%;
246
246
  }
247
247
  }
248
248
 
249
249
  @media screen and (min-width: 2000px) {
250
250
  html {
251
- font-size: 128%;
251
+ font-size: 123.1%;
252
252
  }
253
253
  }