fix: refactor html and css

This commit is contained in:
Kris Koishigawa 2020-09-18 17:45:36 +09:00
parent b4c1fe7f2e
commit 80cf6ebb27
2 changed files with 26 additions and 37 deletions

View file

@ -7,7 +7,7 @@ body {
line-height: 1.4em;
}
.container {
main {
padding: 0;
margin-top: 40px;
}
@ -16,7 +16,7 @@ h3 {
margin-top: 30px;
}
.footer {
footer {
margin-top: 40px;
}
@ -54,8 +54,6 @@ a {
}
form {
border: solid 1px black;
border-radius: 5px;
margin: 10px auto;
padding: 20px;
max-width: 600px;