Skip to content

Commit

Permalink
Change contact form heading font to Montserrat
Browse files Browse the repository at this point in the history
  • Loading branch information
k-nadia committed Jun 29, 2024
1 parent b3311d2 commit a3073d1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,12 @@ main {

/* CONTACT US PAGE */
#contact-heading {
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 1.8em;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-size: 1.5em;
letter-spacing: 0.7px;
line-height: 25px;
text-transform: uppercase;
}

i {
Expand All @@ -190,7 +191,7 @@ i {
#contact-form {
color: #FFFFFF;
background-color: rgba(0,0,0,0.11);
padding: 15px 50px 15px 15px;
padding: 15px 40px 15px 15px;
}

.text-input {
Expand Down

0 comments on commit a3073d1

Please sign in to comment.