@nattstack/ui 0.0.16 → 0.0.17
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/baseline/index.css +19 -0
- package/package.json +1 -1
package/dist/baseline/index.css
CHANGED
|
@@ -103,6 +103,25 @@ h6 {
|
|
|
103
103
|
text-wrap: balance;
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
+
/*
|
|
107
|
+
Default heading typography
|
|
108
|
+
*/
|
|
109
|
+
h1 {
|
|
110
|
+
font-size: 5.6rem;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
h2 {
|
|
114
|
+
font-size: 3.6rem;
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
h3 {
|
|
118
|
+
font-size: 3rem;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
h4 {
|
|
122
|
+
font-size: 2rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
106
125
|
/*
|
|
107
126
|
Improve paragraph wrapping for readability
|
|
108
127
|
*/
|