spike out styling

This commit is contained in:
Joel Glovier
2015-07-21 11:57:33 -04:00
parent 5bf4c71597
commit c15084da80
6 changed files with 99 additions and 7 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ html {
}
body{
@include sans;
@include serif;
color: $text_color;
font-size: 16px;
line-height: 1.5;
@@ -21,7 +21,7 @@ body{
.wrapper:after { content:""; display:table; }
.wrapper:after { clear: both; }
.wrapper {
max-width: 1084px;
max-width: 680px;
padding: 0 30px;
margin: 0 auto;
zoom: 1;