diff --git a/src/styles/_news.scss b/src/styles/_news.scss index 124b3de..2a9e9d3 100644 --- a/src/styles/_news.scss +++ b/src/styles/_news.scss @@ -52,6 +52,12 @@ overflow: hidden; } +@media (max-width: 1024px) { + .news-title { + font-size: 2rem; + } +} + @media (max-width: 768px) { .news-wrapper { flex-direction: column; @@ -59,7 +65,7 @@ .news-image { width: 100%; - height: 16rem; + height: 18rem; overflow: hidden; object-fit: cover; object-position: center;