[website] Overflow .prism
This should fix the remaining horizontal scrolls on mobile.
This commit is contained in:
parent
79443d84c9
commit
c2df412264
|
@ -134,6 +134,7 @@ html * {
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
background-color: rgba(5, 165, 209, 0.05);
|
background-color: rgba(5, 165, 209, 0.05);
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prism + .prism {
|
.prism + .prism {
|
||||||
|
|
Loading…
Reference in New Issue