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; }