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:
parent
9940dabfff
commit
71b4079483
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue