[website] Overflow .prism

This should fix the remaining horizontal scrolls on mobile.
This commit is contained in:
Paul O’Shannessy 2015-03-26 11:42:33 -07:00
parent 79443d84c9
commit c2df412264
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ html * {
padding: 5px 10px;
margin-left: 20px;
background-color: rgba(5, 165, 209, 0.05);
overflow: auto;
}
.prism + .prism {