diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 43477bf..9758dc9 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -1,25 +1,26 @@
-
+
-
{{(item.days).toFixed(0)}} D
+
{{(item.days).toFixed(0)}}D
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index c3a28d7..9b9d151 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -8,7 +8,7 @@ border-style: solid; border-color: black; text-align: center; - padding-top: 20px; + padding-top: 15px; top: -25px; } @@ -17,6 +17,5 @@ .dashboard-stat { overflow: visible; - height: 210px; - width: 100%; + height: 200px; } -- libgit2 0.21.2