Skip to content

Commit

Permalink
css ajust
Browse files Browse the repository at this point in the history
  • Loading branch information
GuhStvo committed Feb 15, 2024
1 parent 5c33086 commit 7a7bead
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
}

body {
max-width: 500px;
height: 100vh;

margin: auto;
}

header {
Expand Down Expand Up @@ -59,6 +62,7 @@ form {

#inputs-juntos {
display: flex;
justify-content: space-between;
gap: 16px;
}

Expand All @@ -67,6 +71,7 @@ form {
}

#inputs-juntos .input {
width: 100%;
position: relative;
}

Expand Down

0 comments on commit 7a7bead

Please sign in to comment.