Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese committed Jun 29, 2024
1 parent 4992cfc commit 28f673b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/main.css

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion src/scss/components/card/_basic-card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
font-weight: 400;
margin-bottom: 0;
line-height: 120%;
}
}

p {
padding: 1.8rem 0;
}


h2,
h3 {
Expand All @@ -38,6 +43,11 @@

.su-link--action {
font-size: 1.9rem;
margin-top: 1.8rem;
}

.su-card__button {
margin-top: 1.8rem;
}
}
}
Expand Down

0 comments on commit 28f673b

Please sign in to comment.