mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 04:06:39 +02: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 {
|
.dashboard-content {
|
||||||
background-image: url("../images/dashboard-img.svg");
|
background-image: url("../images/dashboard-img.svg");
|
||||||
background-size: 100%;
|
|
||||||
background-position: bottom center;
|
background-position: bottom center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: calc(100vh - 60px);
|
height: calc(100vh - 60px);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue