Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: use rem for font overrides
  • Loading branch information
jaaydenh committed Nov 5, 2024
commit 3eba3af93a71785ed314a64d225f47d207c8a635
4 changes: 2 additions & 2 deletions site/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ module.exports = {
important: "#root",
theme: {
fontSize: {
sm: ["14px", "24px"],
"3xl": ["32px", "40px"],
sm: ["0.875rem", "1.5rem"],
"3xl": ["2rem", "2.5rem"],
},
extend: {
borderRadius: {
Expand Down