Skip to content

Commit

Permalink
Removed unchanged styles from media query.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel12 committed Nov 1, 2023
1 parent 35b2f15 commit d24f8aa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,20 +241,11 @@ p {

.submit-button {
max-width: 250px;
font-family: Arial, sans-serif;
background-color: #7c77fe;
border-radius: 10em;
padding: 0 2rem;
cursor: pointer;

}

.cancel-button {
max-width: 250px;
color: white;
background-color: #91969d;
border-radius: 10em;
outline: none;
cursor: pointer;
}
}

Expand Down

0 comments on commit d24f8aa

Please sign in to comment.