fix: 🐛 header image not visible after upgrade to tailwind v4

This commit is contained in:
Sebin Nyshkim 2025-02-01 20:12:33 +01:00
parent 984ecb559a
commit bff5e2aae6
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
@plugin 'tailwindcss-safe-area';
@theme {
--grid-template-rows-article-header: 1fr auto 0;
--grid-template-rows-article-header: 1fr auto;
--min-height-128: 32rem;
--min-height-160: 40rem;