mirror of
https://github.com/penpot/penpot.git
synced 2025-04-13 15:31:26 -05:00
fix dashboard img bug
This commit is contained in:
parent
8b23cd6f3c
commit
e103335cc1
1 changed files with 2 additions and 1 deletions
|
@ -13,8 +13,9 @@
|
|||
|
||||
.dashboard-content {
|
||||
background-image: url("../images/dashboard-img.svg");
|
||||
background-size: 100%;
|
||||
background-position: bottom center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100vh - 60px);
|
||||
|
|
Loading…
Add table
Reference in a new issue