From 0da90eb08a1aec09e573205a6c348777048811d4 Mon Sep 17 00:00:00 2001 From: sebastjanartic <45803536-sebastjanartic@users.noreply.replit.com> Date: Sat, 28 Feb 2026 21:54:12 +0000 Subject: [PATCH] Add weather forecast widget below the horoscope widget Adjusts the layout in client/src/pages/home.tsx to nest the HoroscopeWidget and WeatherWidget within a flex column, and removes the standalone WeatherWidget from the NewsWidget section. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 517dfa7b-26ac-463d-a6e1-a58c6df97188 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 99eea131-c9b1-4841-8a9d-87b48696f66f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/517dfa7b-26ac-463d-a6e1-a58c6df97188/0ZGabQy Replit-Helium-Checkpoint-Created: true --- client/src/pages/home.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index b3e1cd1..c244db6 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -399,7 +399,10 @@ export default function Home() { ))} - +
+ + +
@@ -409,16 +412,6 @@ export default function Home() {
- -
- -