Skip to content

Commit

Permalink
feat: increase font size
Browse files Browse the repository at this point in the history
dada878 committed Jan 13, 2025
1 parent 817e427 commit 5a3cc17
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/globals.css
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@
html,
body {
@apply bg-background;
font-size: 18px;
}

.from2013-bg {
4 changes: 2 additions & 2 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -17,11 +17,11 @@ const config: Config = {
h1: "48px",
h2: "32px",
h3: "24px",
normal: "16px",
normal: "18px",
"h1-mobile": "30px",
"h2-mobile": "24px",
"h3-mobile": "20px",
"normal-mobile": "16px",
"normal-mobile": "18px",
},
colors: {
blue: "#52599F",

0 comments on commit 5a3cc17

Please sign in to comment.