diff --git a/pages/helpers/main.css b/pages/helpers/main.css index 27128a8..a686efd 100644 --- a/pages/helpers/main.css +++ b/pages/helpers/main.css @@ -93,6 +93,12 @@ /*border: 1px solid red;*/ /* FORTESTING otherwise disable */ } + code { + width: 90%; + overflow-x: scroll; + overflow-y: hidden; + } + body { max-width: 1300px; margin-left: auto;