Skip to content

Commit

Permalink
Fixed width for blog summaries on blog index
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Jan 4, 2025
1 parent 94f282c commit 5ca2010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/blog/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const posts = (await getCollection("blog")).sort(
}

.post {
width: max-content;
width: 40ch;

a {
text-decoration: none;
Expand Down

0 comments on commit 5ca2010

Please sign in to comment.