Skip to content

Commit

Permalink
Remove margin from single-child containers
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Dec 2, 2024
1 parent c653ee1 commit c37d0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ Example: "Figure 1.1:"
align-items: end;
}

.stack > :is(p, figure), .clip > p {
.stack > :is(p, figure), .clip > p, .container :only-child {
margin: 0;
}

Expand Down

0 comments on commit c37d0d4

Please sign in to comment.