Skip to content

Commit

Permalink
Add reset-details mixin to description-list.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnr committed Apr 3, 2024
1 parent c7855cc commit 6d205dc
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
@mixin reset {
box-sizing: border-box;
margin-block: 0;
}

@mixin reset-details {
margin-inline: 0;
}

Expand Down Expand Up @@ -47,4 +50,6 @@
grid-column-start: 2;
padding-inline-start: 0;
}

@include reset-details;
}

0 comments on commit 6d205dc

Please sign in to comment.