diff --git a/docs/index.html b/docs/index.html
index aca606e..55fcdb0 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -33,6 +33,12 @@
border-bottom: 0;
padding-bottom: 2px;
}
+
+ @media screen and (max-width: 1000px) {
+ .markdown-section {
+ max-width: 93%;
+ }
+ }