we don't need to center text by default

This commit is contained in:
Owen Versteeg 2014-02-09 17:32:15 -05:00
parent 7a466226af
commit 6df01593c2

View file

@ -1,6 +1,5 @@
body {
font-family: sans-serif;
text-align: center;
margin: 0;
font-size: 16px;
}
@ -17,7 +16,6 @@ hr {
}
.mediumwidth {
font-size: 16px;
width: 40%;
margin-left: 30%;
margin-top: .3em;