diff --git a/src/assets/style/main.css b/src/assets/style/main.css index 47d7a26..bd156f4 100644 --- a/src/assets/style/main.css +++ b/src/assets/style/main.css @@ -1,25 +1,30 @@ -body{ +body { margin: 0; } -header{ +header { text-align: center; } -header h1{ + +header h1 { margin-bottom: 0; } -form{ + +form { display: flex; justify-content: center; margin-top: 20px; width: 100%; } + form button{ margin-left: 10px; } + form input{ width: 80%; } + footer{ text-align: center; margin-top: 20px;