fix some margins

This commit is contained in:
xenofem 2022-04-28 00:01:16 -04:00
parent c81725a8e7
commit acd58dbaa5

View file

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