Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelhOliveira authored Feb 23, 2024
1 parent 0e93d00 commit 19a6bb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@
}

.form-control input {
width: 100%;
padding: 10px;
width: calc(100% - 20px); /* Define a largura do input com 10px de padding em cada lado */
padding: 10px; /* Adiciona 10px de preenchimento interno */
font-size: 16px;
border: 1px solid #ccc;
border-radius: 5px;
margin: 10px 0; /* Adicionei a margem de 10px ao redor dos inputs */
}

button {
Expand Down

0 comments on commit 19a6bb9

Please sign in to comment.