Skip to content

Commit

Permalink
refactor(css): add styles to typography
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhall1515 committed Apr 25, 2024
1 parent 51bef09 commit 54148bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ main {
@apply w-full
border-t
border-border
bg-background;
bg-foreground;
}

h1,
Expand All @@ -29,19 +29,19 @@ main {
}

h3 {
@apply text-3xl;
@apply text-xl lg:text-3xl;
}

h4 {
@apply text-2xl;
@apply text-lg lg:text-2xl;
}

h5,
h6 {
@apply text-xl;
@apply text-lg font-medium lg:text-xl;
}

p {
@apply font-atkinson;
@apply font-atkinson text-lg;
}
}

0 comments on commit 54148bd

Please sign in to comment.