Skip to content

Commit f4db263

Browse files
committed
feat: Move expander padding to content
1 parent f008625 commit f4db263

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/sass/expander.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.o-expander > hr {
2-
margin-top: 0;
2+
margin: 0;
33
}
44

55
.o-expander__summary {
@@ -40,7 +40,7 @@
4040
}
4141

4242
.o-expander__content {
43-
padding: 0 1.2rem 1.2rem 1.2rem;
43+
padding: 1.2rem;
4444
}
4545

4646
.details-print {

0 commit comments

Comments
 (0)