@acorex/styles 7.2.1 → 7.2.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 +1 -1
- package/tailwind-base.js +6 -6
package/package.json
CHANGED
package/tailwind-base.js
CHANGED
@@ -184,37 +184,37 @@ module.exports = withAnimations({
|
|
184
184
|
'.h1': {
|
185
185
|
'font-size': '3rem',
|
186
186
|
'font-weight': '800',
|
187
|
-
'line-
|
187
|
+
'line-height': '3rem',
|
188
188
|
'margin-bottom': '1.5rem',
|
189
189
|
},
|
190
190
|
'.h2': {
|
191
191
|
'font-size': '2.5rem',
|
192
192
|
'font-weight': '700',
|
193
|
-
'line-
|
193
|
+
'line-height': '2.5rem',
|
194
194
|
'margin-bottom': '1.25rem',
|
195
195
|
},
|
196
196
|
'.h3': {
|
197
197
|
'font-size': '1.875rem',
|
198
198
|
'font-weight': '700',
|
199
|
-
'line-
|
199
|
+
'line-height': '1.875rem',
|
200
200
|
'margin-bottom': '1rem',
|
201
201
|
},
|
202
202
|
'.h4': {
|
203
203
|
'font-size': '1.5rem',
|
204
204
|
'font-weight': '700',
|
205
|
-
'line-
|
205
|
+
'line-height': '1.5rem',
|
206
206
|
'margin-bottom': '0.75rem',
|
207
207
|
},
|
208
208
|
'.h5': {
|
209
209
|
'font-size': '1.25rem',
|
210
210
|
'font-weight': '700',
|
211
|
-
'line-
|
211
|
+
'line-height': '1.25rem',
|
212
212
|
'margin-bottom': '0.625rem',
|
213
213
|
},
|
214
214
|
'.h6': {
|
215
215
|
'font-size': '1.125rem',
|
216
216
|
'font-weight': '700',
|
217
|
-
'line-
|
217
|
+
'line-height': '1.125rem',
|
218
218
|
'margin-bottom': '0.5rem',
|
219
219
|
},
|
220
220
|
'.heading': {
|