From 54ef14f0062f10e5a8803a90d91ea0c8d5751afd Mon Sep 17 00:00:00 2001
From: parsa aghaei
Date: Wed, 22 Jul 2026 15:59:03 +0330
Subject: [PATCH] fix(blog): stack mobile newsletter input and submit button
inside container cleanly
---
frontend/application/components/BlogPage.tsx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/frontend/application/components/BlogPage.tsx b/frontend/application/components/BlogPage.tsx
index 1bc9ea5..f0f0282 100644
--- a/frontend/application/components/BlogPage.tsx
+++ b/frontend/application/components/BlogPage.tsx
@@ -299,17 +299,17 @@ export default function BlogPage({ blogs = [] }: { blogs: BlogPost[] }) {
{/* Main Interactive Floating Input Bar */}
-