diff --git a/index.html b/index.html index d9deaa8..59a7c56 100644 --- a/index.html +++ b/index.html @@ -243,7 +243,7 @@ flex-direction: column; justify-content: flex-start; align-items: center; - padding: 1.5rem 2rem; + padding: 8rem 2rem 1.5rem; overflow-y: auto; } .scene4text { @@ -346,7 +346,7 @@ display: grid; grid-template-columns: repeat(10, 1fr); gap: 4px; - max-width: 30rem; + max-width: 15rem; margin: 0 auto; } .coin { @@ -424,7 +424,7 @@ max-width: 55rem; margin-top: 1.5rem; opacity: 0; - transition: opacity 1.2s ease; + transition: opacity 4s ease; } .s5visual.visible { opacity: 1; } @@ -550,6 +550,7 @@
+