Skip to content

Commit bfe6c61

Browse files
committed
change header styling
1 parent 884bcb9 commit bfe6c61

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

www/packages/tailwind/base.tailwind.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,21 +352,21 @@ module.exports = {
352352
h2: [
353353
"18px",
354354
{
355-
lineHeight: "28px",
355+
lineHeight: "160%",
356356
fontWeight: "500",
357357
},
358358
],
359359
h3: [
360360
"16px",
361361
{
362-
lineHeight: "150%",
362+
lineHeight: "160%",
363363
fontWeight: "500",
364364
},
365365
],
366366
h4: [
367-
"1rem",
367+
"14px",
368368
{
369-
lineHeight: "20px",
369+
lineHeight: "160%",
370370
fontWeight: "500",
371371
},
372372
],

0 commit comments

Comments
 (0)