Skip to content

Commit

Permalink
Increase the font size of the requirement text
Browse files Browse the repository at this point in the history
  • Loading branch information
softy-dev committed Sep 3, 2024
1 parent 2ebc2aa commit 097762d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ p + p, #main div:last-of-type > p {
}

#required-notice {
font-size: min(2vw, 10rem);
font-size: min(2vw, 11rem);
color: rgba(14, 14, 14);
}

Expand All @@ -151,7 +151,7 @@ label {
margin-top: 2vw;
}

#form > div > label:first-of-type {
#form label:first-of-type {
margin-top: 1vw;
}

Expand Down

0 comments on commit 097762d

Please sign in to comment.