Skip to content

Commit

Permalink
fix: headline in firefox (shuding#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaraChen authored and filiphuhta committed May 24, 2023
1 parent b194f50 commit cba35ff
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 cba35ff

Please sign in to comment.