Skip to content

Commit

Permalink
Feat: Set the style of the header tag #3221 (#4608)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?

Feat: Set the style of the header tag #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
  • Loading branch information
cike8899 authored Jan 23, 2025
1 parent 8689295 commit 07b3e55
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions web/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,20 @@
'rlig' 1,
'calt' 1;
}

/* https://tailwindcss.com/docs/preflight */

h1 {
@apply text-2xl font-bold;
}
h2 {
@apply text-xl font-semibold;
}
h3 {
@apply text-lg font-medium;
}

h4 {
@apply text-base font-normal;
}
}

0 comments on commit 07b3e55

Please sign in to comment.