diff --git a/web/demo/www/index.html b/web/demo/www/index.html index 33e9f6f5e..dc01c9dc0 100644 --- a/web/demo/www/index.html +++ b/web/demo/www/index.html @@ -23,10 +23,11 @@ } #main { - margin: 20px; + margin: 15px; width: 100%; height: 100%; align-self: center; + max-height: calc(100vh - 70px); } #nav { @@ -44,7 +45,7 @@ align-items: center; align-self: flex-start; color: white; - min-height: 50px; + min-height: 20px; } #title:hover { @@ -55,7 +56,8 @@ #title img { display: inline-block; - height: 45px; + height: 32px; + margin-top: 5px; } #file-picker {