diff --git a/src/styles.css b/src/styles.css index 8ed029c6..0873f9fb 100644 --- a/src/styles.css +++ b/src/styles.css @@ -37,7 +37,7 @@ h2 { .grid { width: 600px; - height: 300px; + height: 400px; display: flex; flex-wrap: wrap; margin: 0 auto; @@ -59,7 +59,7 @@ h2 { width: 100%; height: 100%; position: absolute; - bottom: -50%; + bottom: -40%; z-index: 2; pointer-events:none; } @@ -72,12 +72,12 @@ h2 { top: 100%; width: 100%; height: 100%; - transition: transform 0.5s; + /*transition: transform 0.5s;*/ transition: all .01s; pointer-events:auto; } .hole.show .mole { top: 0; - transform: scale(1.1); + /*transform: scale(1.1);*/ }