404: make page responsive and make partial system for it

This commit is contained in:
Agahnim 2026-03-20 16:15:07 +01:00
parent fbfa39399f
commit 55ac79f702
4 changed files with 40 additions and 9 deletions

View file

@ -175,8 +175,14 @@ katcenkat {
flex-wrap: wrap;
justify-content: center;
align-items: center;
min-height: 100svh;
padding: 1rem;
gap: 1rem;
img {
max-width: 100svw;
height: auto;
object-fit: contain;
transition: opacity 5s ease, transform 5s ease-out;
opacity: 1;
transform: translateY(0px);