Skip to content

Commit

Permalink
addressing PR Reviews - changing PX measurements to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaetitia committed May 17, 2024
1 parent 6b949b6 commit 01b9db0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions term/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,34 +83,34 @@
"elements": {
"h1": {
"typography": {
"fontSize": "64px",
"fontSize": "4rem",
"fontStyle": "normal",
"fontWeight": "700"
}
},
"h2": {
"typography": {
"fontSize": "48px"
"fontSize": "3rem"
}
},
"h3": {
"typography": {
"fontSize": "38px"
"fontSize": "2.38rem"
}
},
"h4": {
"typography": {
"fontSize": "28px"
"fontSize": "1.75rem"
}
},
"h5": {
"typography": {
"fontSize": "22px"
"fontSize": "1.38rem"
}
},
"h6": {
"typography": {
"fontSize": "16px"
"fontSize": "1rem"
}
},
"heading": {
Expand All @@ -125,7 +125,7 @@
}
},
"spacing": {
"blockGap": "25px",
"blockGap": "1.56rem",
"padding": {
"bottom": "0px",
"left": "20px",
Expand Down

0 comments on commit 01b9db0

Please sign in to comment.