Skip to content

Commit

Permalink
ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Nexusrex18 committed Aug 30, 2024
1 parent 789689b commit f622c2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/components/Farmer/FDashboard.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body{
/* overflow-x: hidden; */
}
.headerfd{
height: 15vh;
height: 17vh;
background-color: green;
border: none;
}
Expand Down Expand Up @@ -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;
Expand All @@ -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;
}
Expand Down

0 comments on commit f622c2f

Please sign in to comment.