Fix horizontal container width

This commit is contained in:
Steve Paul
2023-12-20 01:20:55 +05:30
parent f1252e3349
commit 64248f09d6
+1 -1
View File
@@ -109,7 +109,7 @@ const { site, title, tagline } = Astro.props;
}
main,
.container {
margin: auto var(--spacing-09);
margin: var(--spacing-09);
}
section {
margin-bottom: var(--spacing-10);