From f622c2fb3b4f659ba6e567b1155e8f7eb3b2f368 Mon Sep 17 00:00:00 2001 From: Nexusrex18 Date: Fri, 30 Aug 2024 23:47:50 +0530 Subject: [PATCH] ui --- client/src/components/Farmer/FDashboard.module.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/components/Farmer/FDashboard.module.css b/client/src/components/Farmer/FDashboard.module.css index 2352d98..7a2d55f 100644 --- a/client/src/components/Farmer/FDashboard.module.css +++ b/client/src/components/Farmer/FDashboard.module.css @@ -11,7 +11,7 @@ body{ /* overflow-x: hidden; */ } .headerfd{ - height: 15vh; + height: 17vh; background-color: green; border: none; } @@ -222,9 +222,9 @@ body{ /* align-items: center; */ justify-content: center; padding-left: 30px; - /* gap: 2px; */ + gap: 10px; /* border: 1px solid; */ - line-height: 20px; + /* line-height: 20px; */ } .primary-btn{ display: flex; @@ -240,7 +240,7 @@ body{ color: white; border-radius: 0.25rem; border:1px solid #00B207; - font-size: 16px; + font-size: 14px; /* outline: none; */ box-shadow: none; }