fix for mobile highlighting width

This commit is contained in:
Erik Derohanian 2021-12-11 12:39:47 -05:00
parent 0fa412b280
commit 152686af70

View file

@ -39,6 +39,12 @@ $ht-code-border-radius: .4em;
} }
} }
@media screen and (max-width: 760px) {
.highlight {
width: 90%;
}
}
.highlight .lntable { .highlight .lntable {
overflow: initial; overflow: initial;
} }