first scripts

This commit is contained in:
Aron Petau 2025-05-05 23:35:33 +02:00
parent 178586c47a
commit 3bd579da3c
269 changed files with 96 additions and 3285 deletions

View file

@ -1,22 +0,0 @@
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
gap: 1rem;
}
.gallery a {
display: block;
}
.gallery img {
width: 100%;
height: auto;
border-radius: 8px;
}
.caption {
text-align: center;
font-size: 0.9rem;
color: #666;
margin-top: 0.25rem;
}