Fix horizontal container width
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user