Skip to content

Commit 5daf0d1

Browse files
Use margin-block
1 parent 71c985a commit 5daf0d1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/content/fsdocs-default.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,8 +1088,7 @@ span[onmouseout] {
10881088
margin: var(--spacing-200) 0 var(--spacing-200) var(--spacing-300);
10891089

10901090
&:first-child:is(.icon-button-row) {
1091-
margin-top: 0;
1092-
margin-bottom: 0;
1091+
margin-block: 0;
10931092
}
10941093

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

11481147
&:is(summary) {
1149-
margin-top: 0;
1150-
margin-bottom: 0;
1148+
margin-block: 0;
11511149
}
11521150

11531151
&:first-child {

0 commit comments

Comments
 (0)