Skip to content

Commit

Permalink
Set base font size to 18px
Browse files Browse the repository at this point in the history
  • Loading branch information
brachkow committed Nov 24, 2023
1 parent 1de9a19 commit 78a304f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
@layer base {
html {
scroll-behavior: smooth;
@apply text-base;
}

body {
Expand Down
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ module.exports = {
transparent: { DEFAULT: 'transparent' },
},
fontSize: {
sub: '14px',
base: '16px',
sub: '16px',
base: '18px',
h1: 'clamp(1.875rem, 5vw, 36px)',
h2: 'clamp(1.3rem, 3.5vw, 28px)',
h3: '1.25rem',
Expand Down

0 comments on commit 78a304f

Please sign in to comment.