Skip to content

Commit

Permalink
style: update to rem
Browse files Browse the repository at this point in the history
  • Loading branch information
khoilen committed Jan 10, 2025
1 parent f6fff87 commit 9677b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/nt-stylesheet/themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const theme: Partial<ThemeConfig & { extend: Partial<ThemeConfig> }> =
spacing: {
...spacing,
...gap,
gutter: '24px',
gutter: '1.5rem',
},
borderRadius,
colors,
Expand All @@ -25,7 +25,7 @@ const theme: Partial<ThemeConfig & { extend: Partial<ThemeConfig> }> =
backgroundColor,
boxShadow,
gridTemplateColumns: {
'12': 'repeat(12, minmax(0, 1fr))',
DEFAULT: 'repeat(12, minmax(0, 1fr))',
},
},
}
Expand Down

0 comments on commit 9677b91

Please sign in to comment.