Skip to content

Commit

Permalink
add media queries to form, for screen sized from 450 wide and down
Browse files Browse the repository at this point in the history
  • Loading branch information
Myekman committed Feb 19, 2023
1 parent ac1b162 commit 000920d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,19 @@ font-size: 150%;

}

/* form */

.join-us-form {
padding: 20px 50px 20px 5px;

}

.join-us-button {
font-size: 85%;
}



/* footer */

footer ul li i {
Expand Down

0 comments on commit 000920d

Please sign in to comment.