diff --git a/src/layouts/index.html b/src/layouts/index.html
index d603a4d..bff53a2 100644
--- a/src/layouts/index.html
+++ b/src/layouts/index.html
@@ -75,6 +75,17 @@
display:none;
}
}
+
+ @media only screen and (max-width: 768px) {
+ #count{
+ font-size: 4rem !important;
+ }
+
+ .card-title{
+ line-height: 2.8rem;
+ margin-bottom: 1.7rem;
+ }
+ }