Skip to content

Commit a2c7109

Browse files
committed
fix: add gradient to blog post pages
1 parent 2b6084b commit a2c7109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Blog.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { title, description, pubDate } = Astro.props;
1515
<BaseHead title={title} description={description} />
1616
</head>
1717
<body>
18-
<div>
18+
<div class="main-container gradient-2">
1919
<Header />
2020
<main>
2121
<article>

0 commit comments

Comments
 (0)