diff --git a/animals.png b/animals.png index 8c5f714..0de5b41 100755 Binary files a/animals.png and b/animals.png differ diff --git a/animals.xcf b/animals.xcf index b95df62..0b1c3bd 100755 Binary files a/animals.xcf and b/animals.xcf differ diff --git a/index.html b/index.html index 90597a0..06ec8f9 100755 --- a/index.html +++ b/index.html @@ -16,8 +16,8 @@ body { display: flex; flex-direction: column; - height: 100vh; - width: 100vw; + height: 100dvh; + width: 100dvw; padding: 10px; gap: 10px; box-sizing: border-box; @@ -107,17 +107,24 @@ outline: none; box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); } + + .removed { + visibility: hidden; + height: 0; + width: 0; + }