fix some margins

main
xenofem 2022-04-28 00:01:16 -04:00
parent c81725a8e7
commit acd58dbaa5
1 changed files with 6 additions and 2 deletions

View File

@ -2,8 +2,12 @@ body {
text-align: center;
font-family: sans-serif;
max-width: 512px;
margin-left: auto;
margin-right: auto;
margin: 0.5em auto;
padding: 0 1em;
}
#header h1 {
margin-top: 5px;
}
#progress_container {