From 80bb62cf50090944de2d3fef5d6f34202bc6dedd Mon Sep 17 00:00:00 2001 From: Loic Coenen Date: Thu, 25 Jun 2026 11:27:25 +0200 Subject: [PATCH] style: remove border-inline from main container --- src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.css b/src/index.css index 71de6ac..9ba5bfd 100644 --- a/src/index.css +++ b/src/index.css @@ -57,7 +57,6 @@ max-width: 100%; margin: 0 auto; text-align: center; - border-inline: 1px solid var(--border); min-height: 100svh; display: flex; flex-direction: column;