diff --git a/docs/index.html b/docs/index.html index f59d554..21849d4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -67,6 +67,7 @@ border-radius: 3px; font-family: inherit; font-weight: inherit; + max-width: 90%; } ::-moz-selection{ background: #333; @@ -79,20 +80,19 @@ .basegrid.wrap>div{ height: 100vh; } - @media screen and (max-width: 760px){ - .basegrid.wrap{ - --gc: 6; - } + @media screen and (max-width: 600px){ .basegrid.wrap>div{ height: 40vh; - --h: 4; + } + .info{ + width: 90vw; } }
-
-
+
+ +
+
+
+