Skip to content

Commit

Permalink
remove *
Browse files Browse the repository at this point in the history
  • Loading branch information
kesiah committed Dec 10, 2024
1 parent 3bcaf7f commit f2d7665
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions blocks/cards/cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
.cards__card-body {
margin: 24px;

*:first-child {
:first-child {
margin-top: 0;
}

*:last-child {
:last-child {
margin-bottom: 0;
}
}
Expand Down
4 changes: 2 additions & 2 deletions blocks/text-image/text-image.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
order: 1;
flex-grow: 1;

*:first-child {
:first-child {
margin-top: 0;
}

*:last-child {
:last-child {
margin-bottom: 0;
}

Expand Down

0 comments on commit f2d7665

Please sign in to comment.