mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-16 21:36:56 +01:00
fix for mobile highlighting width
This commit is contained in:
parent
0fa412b280
commit
152686af70
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 {
|
.highlight .lntable {
|
||||||
overflow: initial;
|
overflow: initial;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue