@byuhbll/components 5.0.0-beta.0 → 5.0.0-beta.2

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.0",
3
+ "version": "5.0.0-beta.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0"
@@ -168,7 +168,7 @@ section {
168
168
  body {
169
169
  background: white;
170
170
  line-height: 1.5;
171
- font-size: 1.6rem;
171
+ font-size: 1rem;
172
172
  font-family:
173
173
  Source Sans Pro,
174
174
  Helvetica Neue,
@@ -178,10 +178,6 @@ body {
178
178
  color: #404040;
179
179
  }
180
180
 
181
- // html {
182
- // font-size: 62.5%;
183
- // }
184
-
185
181
  table {
186
182
  border-collapse: separate;
187
183
  border-spacing: 0;
@@ -238,20 +234,20 @@ ul {
238
234
  }
239
235
 
240
236
  /* Change site size on bigger browser sizes */
241
- // @media screen and (min-width: 1400px) {
242
- // html {
243
- // font-size: 70%;
244
- // }
245
- // }
237
+ @media screen and (min-width: 1400px) {
238
+ html {
239
+ font-size: 112%;
240
+ }
241
+ }
246
242
 
247
- // @media screen and (min-width: 1720px) {
248
- // html {
249
- // font-size: 75%;
250
- // }
251
- // }
243
+ @media screen and (min-width: 1720px) {
244
+ html {
245
+ font-size: 120%;
246
+ }
247
+ }
252
248
 
253
- // @media screen and (min-width: 2000px) {
254
- // html {
255
- // font-size: 80%;
256
- // }
257
- // }
249
+ @media screen and (min-width: 2000px) {
250
+ html {
251
+ font-size: 128%;
252
+ }
253
+ }