@@ -83,6 +83,11 @@ body {
font-size: 50px;
font-weight: 600;
}
+@media (max-width: 991px) {
+ .blog-post-title a {
+ font-size: 36px;
+ }
+}
.pagination {
justify-content: center;
@@ -88,6 +88,9 @@ body {
a {
+ @media (max-width: 991px) {