style(blog): first blog item image max width
This commit is contained in:
parent
22faeb32df
commit
13371aa8d3
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ const posts = (await getCollection('blog')).sort(
|
|||
}
|
||||
ul li:first-child img {
|
||||
width: 100%;
|
||||
max-width: 800px;
|
||||
}
|
||||
ul li:first-child .title {
|
||||
font-size: 2.369rem;
|
||||
|
|
Loading…
Reference in a new issue