Fix: golden-grid height 100vh au lieu de 100%
All checks were successful
Deploy / Deploy to Production (push) Successful in 15s
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:
parent
50f81269ac
commit
5c3568a12a
2 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* Golden Grid */
|
||||
.golden-grid {
|
||||
height: 100% !important;
|
||||
height: 100vh !important;
|
||||
min-height: 100% !important;
|
||||
display: grid !important;
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue