fixing dashboard paddings

This commit is contained in:
Mads Rasmussen
2018-10-02 10:43:28 +02:00
parent 92314a14f6
commit 1c0cf42f86
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
}
.umb-dashboard__content {
padding: 30px 20px;
padding: 20px;
overflow: auto;
}

View File

@@ -4,7 +4,7 @@
background: @gray-10;
display: flex;
justify-content: space-between;
margin-top: -20px;
margin-top: -10px;
position: relative;
top: 0;