Skip to content

Commit

Permalink
Adjust contact form font size and padding
Browse files Browse the repository at this point in the history
Change the font size back to default size
  • Loading branch information
helenclx committed Mar 25, 2024
1 parent 189c973 commit 7059988
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -436,23 +436,21 @@ main {
}

.contact__form label {
line-height: 2.7em;
line-height: 2.7;
font-weight: var(--fw-bold);
color: var(--clr-primary);
}

.contact__form textarea {
min-height: 6.25rem;
font-size: 0.9rem;
}

.contact__form .contact__form--input-field {
width: 100%;
padding: 0.5rem 0.4rem;
border-radius: 0.35rem;
padding: 0.5em 0.4em;
border-radius: 0.35em;
border: none;
border: 0.13rem outset var(--clr-primary);
font-size: 0.875rem;
border: 0.13em outset var(--clr-primary);
outline: none;
}

Expand All @@ -465,7 +463,7 @@ main {
}

.contact__form--submit-btn {
padding: 0.625rem;
padding: 0.6em;
}

/* Socials section */
Expand Down

0 comments on commit 7059988

Please sign in to comment.