Skip to content

Commit

Permalink
Fixed margins
Browse files Browse the repository at this point in the history
  • Loading branch information
exesaLigno committed Jan 17, 2025
1 parent cef9a21 commit 3219247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ header {
/* Main Content */
main {
flex: 1;
padding: 40px 20px;
padding: 20px 20px;
text-align: center;
}

.form-container {
background: #fff;
padding: 30px;
margin: 20px auto;
margin: 0px auto 20px auto;
border-radius: 8px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
max-width: 40em;
Expand Down

0 comments on commit 3219247

Please sign in to comment.