diff --git a/web/css/index.css b/web/css/index.css index 2d10cbd0..f5654ee4 100644 --- a/web/css/index.css +++ b/web/css/index.css @@ -35,3 +35,17 @@ margin-top: 70px; margin-bottom: 70px; } + +#feature-minimal pre:nth-of-type(2) { + margin: 0; +} + +#example { + height: 100%; + margin-bottom: 16px; + background-color: #E6E6E6; +} + +#example input { + width: 80%; +} diff --git a/web/index.html b/web/index.html index 2bff42e2..90f01c1b 100644 --- a/web/index.html +++ b/web/index.html @@ -47,7 +47,7 @@

The minimal & fast user interface library

});
-
+
diff --git a/web/template/index.html b/web/template/index.html index 2bff42e2..90f01c1b 100644 --- a/web/template/index.html +++ b/web/template/index.html @@ -47,7 +47,7 @@

The minimal & fast user interface library

});
-
+