|
@@ -371,11 +371,6 @@ body {
|
|
|
object-fit: cover;
|
|
|
max-height: 300px;
|
|
|
}
|
|
|
-@media (max-width: 575px) {
|
|
|
- .news-all img {
|
|
|
- max-height: 180px;
|
|
|
- }
|
|
|
-}
|
|
|
.news-all .post-title {
|
|
|
margin: 5px auto;
|
|
|
line-height: 46px;
|
|
@@ -386,7 +381,7 @@ body {
|
|
|
}
|
|
|
}
|
|
|
.news-all .post-title a {
|
|
|
- font-size: 30px;
|
|
|
+ font-size: 28px;
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.news-all .post-title a {
|
|
@@ -415,4 +410,22 @@ body {
|
|
|
top: 20px;
|
|
|
}
|
|
|
|
|
|
+.news-featured img,
|
|
|
+.focus-content img {
|
|
|
+ -o-object-fit: cover;
|
|
|
+ object-fit: cover;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .news-featured img,
|
|
|
+ .focus-content img {
|
|
|
+ height: 370px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .news-featured img,
|
|
|
+ .focus-content img {
|
|
|
+ height: 300px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* news-featured.html End *//*# sourceMappingURL=style.css.map */
|