Skip to content

Commit

Permalink
fix: headline in firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaraChen committed May 23, 2023
1 parent 6665f7e commit 9d6d792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ import docsCardDark from '../public/assets/card-1.dark.png'
border-bottom: 1px solid rgb(38,38,38);
}
.headline {
display: inline-block;
display: inline-flex;
font-size: 3.125rem;
font-size: min(4.375rem, max(8vw, 2.5rem));
font-weight: 700;
Expand Down

0 comments on commit 9d6d792

Please sign in to comment.