Fix: golden-grid height 100vh au lieu de 100%
All checks were successful
Deploy / Deploy to Production (push) Successful in 15s

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-18 12:08:12 +01:00
parent 50f81269ac
commit 5c3568a12a
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
/* Golden Grid */
.golden-grid {
height: 100% !important;
height: 100vh !important;
min-height: 100% !important;
display: grid !important;
position: relative;