Skip to content

Commit

Permalink
Improving buttons width
Browse files Browse the repository at this point in the history
  • Loading branch information
mobilepadawan authored Mar 29, 2024
1 parent 4f9dea3 commit cdbf28e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ttsl/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ textarea {
}

button {
width: 90px;
width: 110px;
padding: 10px 20px;
font-size: 16px;
border: 1px solid #ccc;
Expand Down Expand Up @@ -128,4 +128,4 @@ select {
img {
display: none;
}
}
}

0 comments on commit cdbf28e

Please sign in to comment.