fix dashboard grid size

This commit is contained in:
=
2020-06-18 16:47:04 +02:00
parent 062aa0ad27
commit 1329b7d91f
2 changed files with 6 additions and 4 deletions
@@ -6,7 +6,7 @@
.dashboard {
font-family: "Work Sans";
height: 100%;
height: calc(~'100% - 60px');
width: 100%;
background-image: url("../../assets/icons/png/bg.png");
position: fixed;
@@ -15,7 +15,8 @@
grid-template-rows: 144px 1fr;
grid-template-columns: 152px 1fr 610px 1fr 152px;
grid-row-gap: 40px;
padding-top: 21px;
padding-top: 20px;
padding-bottom: 40px;
color: #4b4b4b;
header {
@@ -4103,7 +4103,7 @@ article .box .body {
}
.dashboard {
font-family: "Work Sans";
height: 100%;
height: calc(100% - 60px);
width: 100%;
background-image: url("../../assets/icons/png/bg.png");
position: fixed;
@@ -4112,7 +4112,8 @@ article .box .body {
grid-template-rows: 144px 1fr;
grid-template-columns: 152px 1fr 610px 1fr 152px;
grid-row-gap: 40px;
padding-top: 21px;
padding-top: 20px;
padding-bottom: 40px;
color: #4b4b4b;
}
.dashboard header {