From a5f1d51f519946530d7236cf3a007c84581d0aa8 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 4 Feb 2026 11:07:56 +0100 Subject: [PATCH] style: wrap OfflineBanner in a div with padding for improved layout spacing in LayoutContent --- app/layout-content.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index a4a37be..29b83c7 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -54,7 +54,9 @@ export default function LayoutContent({ children }: { children: React.ReactNode showSecurity={false} showPricing={true} /> - +
+ +
{children}