Skip to content

Commit

Permalink
Use margin-block
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrourkeboll committed Jun 19, 2024
1 parent 71c985a commit 5daf0d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/content/fsdocs-default.css
Original file line number Diff line number Diff line change
Expand Up @@ -1088,8 +1088,7 @@ span[onmouseout] {
margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300);

&:first-child:is(.icon-button-row) {
margin-top: 0;
margin-bottom: 0;
margin-block: 0;
}

&:nth-child(2) {
Expand Down Expand Up @@ -1146,8 +1145,7 @@ span[onmouseout] {
margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300);

&:is(summary) {
margin-top: 0;
margin-bottom: 0;
margin-block: 0;
}

&:first-child {
Expand Down

0 comments on commit 5daf0d1

Please sign in to comment.