Skip to content

Commit

Permalink
fix: change padding to px instead of rem for gsib
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Oct 16, 2024
1 parent 90af0de commit 1d032b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/templates/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const containerStyle = {
}

export const sectionStyle = {
padding: '2rem',
padding: '32px',
backgroundColor: '#ffffff',
}

Expand Down

0 comments on commit 1d032b2

Please sign in to comment.