Fix Shift JIS art going out of bounds on mobile

merge-requests/208/head
ne0n 4 years ago committed by Thomas Lynch
parent 3cab4c1f2d
commit 681f18e6c2
  1. 1
      gulp/res/css/style.css

@ -122,6 +122,7 @@ pre {
display: block;
overflow-x: auto;
white-space: pre;
max-width: calc(100vw - 50px);
}
.code:not(.hljs) {

Loading…
Cancel
Save