Skip to content

Commit

Permalink
Merge pull request #325 from mlibrary/increase-padding-on-new-CTA
Browse files Browse the repository at this point in the history
Hotfix for CTA padding
  • Loading branch information
SalazarJosh authored Dec 19, 2024
2 parents cf10e82 + 0bdd1c2 commit eb6d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reusable/call-to-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function CallToAction ({ children, ...rest }) {
borderRadius: '4px',
fontWeight: 'bold',
maxWidth: '38rem',
padding: SPACING.M,
padding: `${SPACING.M} ${SPACING.L} ${SPACING.M} ${SPACING.M}`,
width: 'fit-content'
}}
data-umich-cta
Expand Down

0 comments on commit eb6d090

Please sign in to comment.