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 3e2acef8..e4b3a074 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 @@ -7,6 +7,9 @@ max-width: 105px; height: 160px; padding: 10px; + @media screen and (min-width: 200px) and (max-width:300px) { + width: 80px; + } } .iconBox { diff --git a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html index d487b22e..a598bbee 100644 --- a/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html +++ b/Mohem/src/app/profile/performance-evaluation/performance-evaluation.component.html @@ -10,7 +10,7 @@

{{ts.trPK('userProfile','performance-evaluation')}}

-
+