mirror of
https://github.com/penpot/penpot.git
synced 2026-04-27 12:18:32 +00:00
🐛 Fix the hero project height in dashboard
This commit is contained in:
parent
9940dabfff
commit
71b4079483
@ -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…
x
Reference in New Issue
Block a user