Skip to content

Commit

Permalink
Calculate BMI section modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulla Al Muhit committed Aug 1, 2024
1 parent 7b1e248 commit 522137a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -524,18 +524,18 @@
border: none;
border-radius: 8px;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6);
font-size: 1rem;
font-weight: 400;
}

.calculate-bmi-form select[id="Activity"]{
width: 100%;
padding: 11px 0 11px 20px;
padding: 12px 0 12px 20px;
border: none;
border-radius: 8px;
background: rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.3);
color: rgba(255, 255, 255, 0.6);
font-size: 1rem;
font-weight: 400;
margin-bottom: 22px;
Expand Down

0 comments on commit 522137a

Please sign in to comment.