fix spirits grid style
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-08 18:25:28 +01:00
parent a2d8844c35
commit 90aeabbcd1

View File

@@ -281,7 +281,7 @@ h2 {
} }
.recipe-image { .recipe-image {
width: 60%; width: 100%;
display: block; display: block;
border-radius: 1rem; border-radius: 1rem;
} }
@@ -431,7 +431,7 @@ h2 {
} }
.spirits-grid { .spirits-grid {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
} }
.section { .section {