fix(style): code block width in list is now 100%

Fix #48
This commit is contained in:
slashformotion 2022-01-30 17:27:55 +01:00
parent 6e5f353f21
commit 38139b925b

View file

@ -57,3 +57,8 @@ $ht-code-border-radius: .4em;
display: block;
font-size: 1rem;
}
// fix #48 => https://github.com/slashformotion/hugo-tufte/issues/48
ul>li>div.highlight {
width: 100%;
}