diff --git a/index.html b/index.html index dac8a59..2a61be3 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ margin-top: 20px; margin-bottom: 20px; width:100%; - + background-color: #ffffff00; } #unity-container { @@ -82,7 +82,8 @@ } #pngImage, #probeImage { - width: 100%; + height: 100%; + max-height: 100vh; } #gifImage { @@ -112,6 +113,11 @@ cursor: pointer; } + #areaContainer { + max-width: 60%; + margin-left: 20%; + } + .buttonContainer { position: absolute; bottom: 0; @@ -183,8 +189,12 @@