diff --git a/src/components/Layout.module.scss b/src/components/Layout.module.scss index 1beb42455..1a4a03914 100644 --- a/src/components/Layout.module.scss +++ b/src/components/Layout.module.scss @@ -9,6 +9,7 @@ grid-template-columns: auto minmax(0, 1fr); max-width: 1460px; margin: 0 auto; + width: 100%; } .content {