Skip to content

Commit

Permalink
fix button
Browse files Browse the repository at this point in the history
  • Loading branch information
TodePond committed Sep 28, 2024
1 parent 1cb8242 commit e88e8e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ img {
}

input[type="email"] {
font-size: 14px;
font-size: 16px;
height: 28px;
border: 1.5px solid var(--foreground);
border-radius: 4px 0px 0px 4px;
Expand Down Expand Up @@ -147,13 +147,13 @@ input[type="submit"] {
border: none;
padding: 0px 12px;
height: 28px;
font-size: 14px;
font-size: 16px;
cursor: pointer;
border-radius: 0px 4px 4px 0px;
width: fit-content;
}

input[type="submit"]:submit {
input[type="submit"]:hover {
background-color: var(--primary);
color: black;
}
Expand Down

0 comments on commit e88e8e2

Please sign in to comment.