0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 Fix the hero project height in dashboard

This commit is contained in:
Eva Marco 2024-03-11 10:54:00 +01:00
parent 9940dabfff
commit 71b4079483

View file

@ -21,7 +21,7 @@
.dashboard-content {
display: grid;
grid-template-rows: $s-64 1fr;
grid-template-rows: $s-64 auto auto 1fr;
position: relative;
grid-row: 1 / span 2;
padding: $s-16 $s-16 0 0;