We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6084b commit a2c7109Copy full SHA for a2c7109
1 file changed
src/layouts/Blog.astro
@@ -15,7 +15,7 @@ const { title, description, pubDate } = Astro.props;
15
<BaseHead title={title} description={description} />
16
</head>
17
<body>
18
- <div>
+ <div class="main-container gradient-2">
19
<Header />
20
<main>
21
<article>
0 commit comments