Skip to content

Commit

Permalink
feat: change line height
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszKandula committed May 25, 2024
1 parent 9c5ba81 commit d5d6bad
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ export const HeaderStyle = makeStyles(theme => ({
color: Colours.colours.gray3,
fontSize: "3.4rem",
fontWeight: 700,
lineHeight: 1.2,
lineHeight: 1.5,
},
content_subtitle: {
color: Colours.colours.gray3,
fontSize: "1.4rem",
fontWeight: 700,
lineHeight: 1.2,
lineHeight: 1.5,
},
content_description: {
color: Colours.colours.gray3,
fontSize: "1.125rem",
fontWeight: 400,
lineHeight: 1.2,
lineHeight: 1.5,
},
image_skeleton: {
height: 300,
Expand Down

0 comments on commit d5d6bad

Please sign in to comment.