Skip to content

Commit 277d149

Browse files
committed
DOC-6 remove 25px top margin from ul in warning
1 parent e5a1303 commit 277d149

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/_sass/vendors/_premonition.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@
100100
}
101101

102102
.content {
103-
& > *:not(.header) + * {
103+
ul {
104+
margin-top: 0px;
105+
}
106+
& > *:not(.header, ul) + * {
104107
margin-top: 25px;
105108
}
106109

0 commit comments

Comments
 (0)