Skip to content

Commit

Permalink
added more padding to titles
Browse files Browse the repository at this point in the history
  • Loading branch information
io53 committed Aug 13, 2024
1 parent 226c119 commit af8698d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/themes.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ export const ruuviTheme = extendTheme({
fontFamily: "montserrat",
fontSize: "54px",
fontWeight: 800,
lineHeight: "1.2"
lineHeight: "1.2",
paddingBottom: "10px",
},
".mobilePageTitle": {
fontFamily: "montserrat",
Expand Down

0 comments on commit af8698d

Please sign in to comment.