diff --git a/components/layout/Grid.module.css b/components/layout/Grid.module.css index 655e4ea2..dc2e8ff6 100644 --- a/components/layout/Grid.module.css +++ b/components/layout/Grid.module.css @@ -29,6 +29,7 @@ .row > .col { border-top: 1px solid var(--base300); + border-inline-start: 0; border-inline-end: 0; padding: 20px 0; }