int-components 0.1.4 → 0.1.6
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/dist/index.css
CHANGED
|
@@ -1469,6 +1469,7 @@
|
|
|
1469
1469
|
font-family: ABCGravity, sans-serif;
|
|
1470
1470
|
font-weight: 900;
|
|
1471
1471
|
line-height: 0.9;
|
|
1472
|
+
font-size: inherit;
|
|
1472
1473
|
}
|
|
1473
1474
|
|
|
1474
1475
|
.SectionTitle-module__titleText--l9CQA {
|
|
@@ -1478,14 +1479,14 @@
|
|
|
1478
1479
|
@media (min-width: 500px) {
|
|
1479
1480
|
|
|
1480
1481
|
.SectionTitle-module__titleText--l9CQA {
|
|
1481
|
-
font-size: var(--title-fs-tablet,
|
|
1482
|
+
font-size: var(--title-fs-tablet, 52em);
|
|
1482
1483
|
}
|
|
1483
1484
|
}
|
|
1484
1485
|
|
|
1485
1486
|
@media (min-width: 1152px) {
|
|
1486
1487
|
|
|
1487
1488
|
.SectionTitle-module__titleText--l9CQA {
|
|
1488
|
-
font-size: var(--title-fs-desktop,
|
|
1489
|
+
font-size: var(--title-fs-desktop, 80em);
|
|
1489
1490
|
}
|
|
1490
1491
|
}
|
|
1491
1492
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
font-family: ABCGravity, sans-serif;
|
|
3
3
|
font-weight: 900;
|
|
4
4
|
line-height: 0.9;
|
|
5
|
+
font-size: inherit;
|
|
5
6
|
}
|
|
6
7
|
|
|
7
8
|
.SectionTitle-module__titleText--l9CQA {
|
|
@@ -11,14 +12,14 @@
|
|
|
11
12
|
@media (min-width: 500px) {
|
|
12
13
|
|
|
13
14
|
.SectionTitle-module__titleText--l9CQA {
|
|
14
|
-
font-size: var(--title-fs-tablet,
|
|
15
|
+
font-size: var(--title-fs-tablet, 52em);
|
|
15
16
|
}
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
@media (min-width: 1152px) {
|
|
19
20
|
|
|
20
21
|
.SectionTitle-module__titleText--l9CQA {
|
|
21
|
-
font-size: var(--title-fs-desktop,
|
|
22
|
+
font-size: var(--title-fs-desktop, 80em);
|
|
22
23
|
}
|
|
23
24
|
}
|
|
24
25
|
|