diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html index 7440f9bd..f303daa7 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html @@ -1,11 +1,11 @@ -
+
-
+
{{statsValue}}

{{title}}

diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss index 22ac4d1a..554643f1 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss @@ -47,8 +47,8 @@ } .iconFab{ - margin-left: -37px; - margin-top: 5px; - width: 80px; - height: 65px; + margin-left: -20px; + margin-top: 10px; + width: 100px; + height: 70px; }