fix: 🐛 header image not visible after upgrade to tailwind v4
This commit is contained in:
parent
984ecb559a
commit
bff5e2aae6
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue