diff --git a/dist/index.html b/dist/index.html index 16c8e9d43a..10fbf9c521 100644 --- a/dist/index.html +++ b/dist/index.html @@ -38,6 +38,10 @@ } @media (min-width: 320px) and (max-width: 1024px) { + .demo__img { + max-width: 100%; + } + .demo__repl { flex-direction: column; } diff --git a/index.html b/index.html index 76978d8940..ba30670f2f 100644 --- a/index.html +++ b/index.html @@ -38,6 +38,10 @@ } @media (min-width: 320px) and (max-width: 1024px) { + .demo__img { + max-width: 100%; + } + .demo__repl { flex-direction: column; }