fixed imprecise @extend rule

pull/5/head
RiedleroD 2023-05-12 20:29:13 +02:00
parent 25ac77d5b3
commit 9851f8dcc0
1 changed files with 3 additions and 2 deletions

View File

@ -1080,7 +1080,8 @@ h5,h6{
}
}
.footnotes,
.post-full-comments{
.post-full-comments,
%postfullcomments-extend-dong{
margin:0 0 1.5em;
min-width:100%
}
@ -1095,7 +1096,7 @@ h5,h6{
dl,ol,ul,
h1,h2,h3,h4,h5,h6,p,pre{
/* this is fucking genius but also unreadable :( */
@extend .footnotes;
@extend %postfullcomments-extend-dong;
}
& li{
word-break:break-word;