Better width

This commit is contained in:
Trevor Vallender 2023-10-05 16:08:53 +01:00
parent 3abb884017
commit 5e5737b132
2 changed files with 1 additions and 2 deletions

View File

@ -70,7 +70,7 @@ nav {
}
main {
max-width: 100em;
max-width: 60em;
margin: 0 auto;
}

View File

@ -24,7 +24,6 @@ form#micropost_form {
}
.micropost {
max-width: 55em;
margin: 1em auto;
padding: .5em;
background-color: var(--inset-background-color);