From 380e74bb2fb1273a3de8adc0401f3159ffbb20d9 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Wed, 24 Sep 2025 20:17:01 +0200 Subject: [PATCH] good commit --- src/components/DepartureList/style.module.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/src/components/DepartureList/style.module.css b/src/components/DepartureList/style.module.css index 9079864..8b18dd1 100644 --- a/src/components/DepartureList/style.module.css +++ b/src/components/DepartureList/style.module.css @@ -13,19 +13,11 @@ .departureLists { display: flex; flex-direction: row; - justify-content: space-between; - min-width: 300px; - padding-top: 20px; + justify-content: space-around; + width: 100%; } .heading { text-align: left; padding-left: 30px; } - -.departureTable { - display: flex; - flex-direction: column; - padding-left: 80px; - padding-right: 80px; -}