Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6b0b81e

Browse files
authoredMay 23, 2024··
feat(css): Update h2 font-size to make documentation more readable (#2622)
ticket: #2621
1 parent daf31c9 commit 6b0b81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tailwind.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ module.exports = {
9696
},
9797
],
9898
"sc-title-2": [
99-
"24px",
99+
"26px",
100100
{
101101
lineHeight: "28px",
102102
letterSpacing: "-0.04em",
103103
},
104104
],
105105
"sc-title-2-2": [
106-
"24px",
106+
"26px",
107107
{
108108
lineHeight: "40px",
109109
},

0 commit comments

Comments
 (0)
Please sign in to comment.