Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 18, 2024
1 parent 8fc2bf5 commit 7ced9ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions blocks/card/card.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ raqn-card a {
font-weight: bold;
}

raqn-card p > a {
margin-block: 0;
}

raqn-card > picture {
grid-column: span var(--card-columns, 1fr);
}
Expand Down
4 changes: 0 additions & 4 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,6 @@ a:hover {
justify-items: start;
}

p > a {
margin-block: 0;
}

picture,
img {
display: block;
Expand Down

0 comments on commit 7ced9ca

Please sign in to comment.