diff --git a/styles.css b/styles.css index 39d2e9e..40b9b73 100644 --- a/styles.css +++ b/styles.css @@ -8,8 +8,7 @@ body { display: flex; justify-content: center; align-items: center; - height: 100vh; - margin: 0; + /*height: 100vh;*/ background-color: #f0f0f0; margin: 0; padding: 0; @@ -28,10 +27,7 @@ body { @media screen and (max-width: 800px), screen and (max-height: 600px) { .container { - transform: scale(calc(min( - 100vw / var(--app-width), - 100vh / var(--app-height) - ))); + transform: scale(0.5); } }