diff --git a/public/index.html b/public/index.html
index 0bfeeaf..d529ad3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -165,6 +165,9 @@ html, body {
.code-section {
max-width: calc(100vw - 32px) !important;
overflow: hidden !important;
+ display: flex !important;
+ flex-direction: column !important;
+ white-space: normal !important;
}
.code-block {
overflow-x: hidden !important;