Skip to content

Commit 71f9d5a

Browse files
committed
fix build warning
1 parent 2741268 commit 71f9d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ArticleList.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const articlesWithExcerpts = await Promise.all(
104104
</ul>
105105

106106
<style>
107-
container (width > 64rem) {
107+
@container (width > 64rem) {
108108
.minify.variant-compact :nth-child(n + 3) a {
109109
display: none;
110110
}

0 commit comments

Comments
 (0)