style(blog): first blog item image max width

This commit is contained in:
Ayo Ayco 2024-08-14 19:43:14 +02:00
parent 22faeb32df
commit 13371aa8d3

View file

@ -41,6 +41,7 @@ const posts = (await getCollection('blog')).sort(
} }
ul li:first-child img { ul li:first-child img {
width: 100%; width: 100%;
max-width: 800px;
} }
ul li:first-child .title { ul li:first-child .title {
font-size: 2.369rem; font-size: 2.369rem;