|
@@ -410,19 +410,22 @@ body {
|
|
|
word-break: break-word;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .news-all .post-title a {
|
|
|
+ font-size: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
.news-all .post-title a:hover {
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
-.news-all .post-description {
|
|
|
+.news-all .post-description a {
|
|
|
+ color: #727272;
|
|
|
text-decoration: none;
|
|
|
transition: all 0.3s;
|
|
|
}
|
|
|
-.news-all .post-description:hover {
|
|
|
+.news-all .post-description a:hover {
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
-.news-all .post-description p {
|
|
|
- color: #727272;
|
|
|
-}
|
|
|
.news-all .news-info a {
|
|
|
font-size: 18px;
|
|
|
}
|