From fe4345eeb9f3cfc891469d901ebde22554b9f634 Mon Sep 17 00:00:00 2001
From: rajesh <71485855+rajesh-1252@users.noreply.github.com>
Date: Tue, 6 Feb 2024 11:15:46 +0530
Subject: [PATCH] fix: add responsive for blog preview mobile view (#906)
This Issue https://github.com/documenso/documenso/issues/904
---
apps/marketing/src/app/(marketing)/layout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/marketing/src/app/(marketing)/layout.tsx b/apps/marketing/src/app/(marketing)/layout.tsx
index 248414b33..dd1a46418 100644
--- a/apps/marketing/src/app/(marketing)/layout.tsx
+++ b/apps/marketing/src/app/(marketing)/layout.tsx
@@ -41,7 +41,7 @@ export default function MarketingLayout({ children }: MarketingLayoutProps) {