fix dashboard grid size
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user