From 478c611d051366fadee16cbe93d8f1e6038944be Mon Sep 17 00:00:00 2001 From: orfelorfel23 Date: Thu, 4 Jun 2026 00:40:26 +0200 Subject: [PATCH] UI: Make layout fully responsive for mobile and tablet --- src/pages/HomePage.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4a8d2a0..e6c2d80 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -346,14 +346,14 @@ export function HomePage() { ); return ( -
+
{/* Liquid background blobs */}
{/* Header */} -
+
{/* Logo */}
@@ -450,11 +450,11 @@ export function HomePage() {
{/* Main content: 1/3 left input + 2/3 right results */} -
+
{/* LEFT PANEL — 1/3 — Input */} -
-
+
+
{/* RIGHT PANEL — 2/3 — Results */} -
-
+
+
+