diff --git a/website/index/index.css b/website/index/index.css index fe3f109f..9eb46b3e 100644 --- a/website/index/index.css +++ b/website/index/index.css @@ -179,6 +179,12 @@ color: #BBB; } +@media (min-width: 1200px) { + .try .editor .row { + margin-left: 0px; + } +} + @media (max-width: 767px) { .try .container { margin: 0 24px;