homepage card aspect-ratio, ignore build binary

This commit is contained in:
bronku 2026-06-10 17:46:29 +02:00
parent a4822fce6c
commit c1d2b3f40b
3 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,3 +1,4 @@
www
.DS_Store
*_templ.go
piekarnikgosi

View file

@ -110,6 +110,11 @@
grid-column: 1 / span 3;
}
& > .card > div:first-child {
aspect-ratio: 4 / 3;
background: var(--surface-container-highest);
}
@media (max-width: 768px) {
grid-template-columns: 1fr;

Binary file not shown.