diff --git a/src/styles/style.css b/src/styles/style.css index 4518360..a4faa76 100644 --- a/src/styles/style.css +++ b/src/styles/style.css @@ -57,8 +57,8 @@ body:after { display: flex; flex-direction: column; align-items: center; - height: calc(50vh + 16px); - width: calc(50vh + 16px); + height: calc(80vh + 16px); + width: calc(80vh + 16px); background: white; z-index: 1; border-radius: 8px; @@ -127,15 +127,17 @@ footer .credits a { } +@media (max-width: 700px) { + .container .img-container { + width: calc(80vw + 16px); + height: calc(80vw + 16px); + } +} @media (max-width: 480px) { .container h1 { font-size: 24px; } - .container .img-container { - width: calc(85vw + 16px); - height: calc(85vw + 16px); - } footer .credits { font-size: 10px; }