Update to site

This commit is contained in:
Paulus Schoutsen 2014-12-21 12:17:37 -08:00
parent 3345fa5897
commit b0bdfe2fe9
244 changed files with 11618 additions and 12 deletions

View file

@ -0,0 +1,12 @@
.grid-wrapper {
margin: auto;
max-width: $site-width;
padding: 0 25px;
}
.grid-center {
text-align: center;
> .grid__item {
text-align: left;
}
}