Skip to content

Commit

Permalink
fix: adjust header font size to prevent breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
flaff committed Sep 17, 2022
1 parent 206a1de commit 5836118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useSimpleTranslation } from "../context/TranslationProvider"
import "popper.js"

const ArtistNameHeader = styled.h1`
font-size: 7vh;
font-size: 68px;
letter-spacing: 0;
margin-bottom: 8px;
`
Expand Down

0 comments on commit 5836118

Please sign in to comment.