feat: Adaptive ass
All checks were successful
publish / publish-site (push) Successful in 4s

This commit is contained in:
Dale Twokey 2026-04-14 18:40:39 +03:00
parent 02bd176ef8
commit 4f48f38e2e
Signed by: deiru
GPG key ID: E775E4497FC81655

View file

@ -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;
}