diff --git a/src/layouts/index.html b/src/layouts/index.html
index d603a4d..aa39d1c 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -75,6 +75,12 @@
display:none;
}
}
+
+ @media only screen and (max-width: 768px) {
+ #count{
+ font-size: 4rem !important;
+ }
+ }