Skip to content

Commit

Permalink
Merge pull request #1143 from Dipu2552003/new_branch
Browse files Browse the repository at this point in the history
Fixed inconsistent font issue on page from cursive to Montserrat for a cleaner, more modern look
  • Loading branch information
SurajPratap10 authored Oct 5, 2024
2 parents 1b538df + a2d818a commit fbc5a7c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ form .responsive-cell-block input {
color: #fffefe;
/* border: 2px solid white; */
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 100%;
/* box-shadow: rgba(248, 248, 250, 0.25) 0px 50px 100px -20px,
Expand Down Expand Up @@ -1431,7 +1431,7 @@ form {
color: #8e8c8c;
border: 0;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 90%;
border-color: #a2a2a2;
Expand Down Expand Up @@ -4128,7 +4128,7 @@ form .responsive-cell-block input {
width: 79%;
color: #fffefe;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 100%;
font-size: 1rem;
Expand Down Expand Up @@ -4251,7 +4251,7 @@ form {
color: #8e8c8c;
border: 0;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 90%;
border-color: #a2a2a2;
Expand Down Expand Up @@ -6932,7 +6932,7 @@ form .responsive-cell-block input {
color: #fffefe;
/* border: 2px solid white; */
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 100%;
/* box-shadow: rgba(248, 248, 250, 0.25) 0px 50px 100px -20px,
Expand Down Expand Up @@ -7124,7 +7124,7 @@ form {
color: #8e8c8c;
border: 0;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 90%;
border-color: #a2a2a2;
Expand Down Expand Up @@ -10345,7 +10345,7 @@ form .responsive-cell-block input {
width: 79%;
color: #fffefe;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 100%;
font-size: 1rem;
Expand Down Expand Up @@ -10468,7 +10468,7 @@ form {
color: #8e8c8c;
border: 0;
outline: none;
font-family: cursive;
font-family: "Montserrat", sans-serif;
height: 2.813rem;
width: 90%;
border-color: #a2a2a2;
Expand Down

0 comments on commit fbc5a7c

Please sign in to comment.