Merge pull request #45 from Erik-J-D/master

fix for mobile highlighting width
This commit is contained in:
slashformotion 2021-12-13 20:40:39 +01:00 committed by GitHub
commit 47b96b39d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
} }