Skip to content

Commit

Permalink
Use same padding to match as vertical/horizontal stack card for title
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya committed Feb 1, 2024
1 parent 17b61cc commit c9ccac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export const themeVariables = css`
--spacing: var(--mush-spacing, 12px);
/* Title */
--title-padding: var(--mush-title-padding, 24px 12px 16px);
--title-padding: var(--mush-title-padding, 24px 12px 12px);
--title-spacing: var(--mush-title-spacing, 12px);
--title-font-size: var(--mush-title-font-size, 24px);
--title-font-weight: var(--mush-title-font-weight, normal);
Expand Down

0 comments on commit c9ccac6

Please sign in to comment.