From c064702df1e4f3232aac60981292625780ee80b1 Mon Sep 17 00:00:00 2001 From: Kristian Date: Thu, 17 Sep 2026 23:07:45 +0200 Subject: [PATCH] css bugs fixed for now --- src/App.css | 2 +- src/components/location-list.tsx | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/src/App.css b/src/App.css index a0846ca..e6fb8d6 100644 --- a/src/App.css +++ b/src/App.css @@ -190,7 +190,7 @@ color: #000000; padding: 10px; border-radius: 15px; - width: 80%; + width: 100%; margin-right: 5px; border: 1px solid #000000; } diff --git a/src/components/location-list.tsx b/src/components/location-list.tsx index 746c859..ca9abf6 100644 --- a/src/components/location-list.tsx +++ b/src/components/location-list.tsx @@ -75,14 +75,12 @@ const LocationList = ({ onCitySelect }: LocationListProps) => { display: "flex", flexDirection: "row", justifyContent: "space-between", - width: "80%", - marginBottom: "10px", + width: "70%", }} > City Next 3 Days -