0
Fork 0
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:
elhombretecla 2016-04-14 08:14:06 +02:00
parent 8b23cd6f3c
commit e103335cc1

View file

@ -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);