Skip to content

Commit

Permalink
Linter says nope
Browse files Browse the repository at this point in the history
  • Loading branch information
nanoparsec committed Apr 5, 2024
1 parent b33f3ce commit 61c798e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/components/cards/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,13 @@
.card__appendix {
display: flex;
flex-direction: row;
background-color: $brand-primary-light;
padding: $spacer-xs;
margin-top: $spacer-3xs;
gap: $spacer-xs;
justify-content: center;
align-items: center;

margin-top: $spacer-3xs;
padding: $spacer-xs;

background-color: $brand-primary-light;
}

.card__appendix__text {
Expand Down

0 comments on commit 61c798e

Please sign in to comment.