image placeholders

This commit is contained in:
bronkuu 2026-06-02 22:33:13 +02:00
parent 16549967e3
commit 8512c9e3d7
8 changed files with 23 additions and 11 deletions

View file

@ -9,6 +9,11 @@
width: 100%;
}
& > .card > div:first-child {
background: var(--surface-container-highest);
aspect-ratio: 4 / 3;
}
& > .card > div:last-child {
display: grid;
grid-template-columns: auto auto;