forked from mirrors/hugo-tufte
Merge pull request #45 from Erik-J-D/master
fix for mobile highlighting width
This commit is contained in:
commit
47b96b39d4
1 changed files with 8 additions and 2 deletions
|
@ -39,6 +39,12 @@ $ht-code-border-radius: .4em;
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 760px) {
|
||||
.highlight {
|
||||
width: 90%;
|
||||
}
|
||||
}
|
||||
|
||||
.highlight .lntable {
|
||||
overflow: initial;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue