diff --git a/src/app/components/creator/content-list/content-list.component.scss b/src/app/components/creator/content-list/content-list.component.scss
index 2f373987d5473d07a122dd331392c2dc609b2d3d..a4da50e343f72207de6c1843694ba74d6a45a3c6 100644
--- a/src/app/components/creator/content-list/content-list.component.scss
+++ b/src/app/components/creator/content-list/content-list.component.scss
@@ -1,6 +1,6 @@
 mat-card {
   width: 800px;
-  max-width: 900%;
+  max-width: 90%;
   background-color: #fff8e1;
 }
 
diff --git a/src/app/components/shared/statistic/statistic.component.scss b/src/app/components/shared/statistic/statistic.component.scss
index 61ca49f525fcd20d0dc73ca1a1bc394b0bc4f28b..d07ab6d241c8f65ef921219580f790812601080f 100644
--- a/src/app/components/shared/statistic/statistic.component.scss
+++ b/src/app/components/shared/statistic/statistic.component.scss
@@ -1,6 +1,6 @@
 mat-card {
   width: 800px;
-  max-width: 900%;
+  max-width: 90%;
   background-color: #fff8e1 !important;
 }
 
diff --git a/src/app/components/shared/statistics-page/statistics-page.component.scss b/src/app/components/shared/statistics-page/statistics-page.component.scss
index fa3deffcb7225ec001c4b42d0ccf14bc3130415e..08972d1c030798333897c9ba181b91bf0b267b91 100644
--- a/src/app/components/shared/statistics-page/statistics-page.component.scss
+++ b/src/app/components/shared/statistics-page/statistics-page.component.scss
@@ -1,6 +1,6 @@
 mat-card {
   width: 800px;
-  max-width: 900%;
+  max-width: 90%;
   min-height: 300px;
   background-color: #fff8e1 !important;
 }