rename to put underscores in the filenames to indicate partials
[blog] / _sass / _layout.scss
1 // Layout
2 //
3 // Styles for managing the structural hierarchy of the site.
4
5 .container {
6   max-width: 38rem;
7   padding-left:  1.5rem;
8   padding-right: 1.5rem;
9   margin-left:  auto;
10   margin-right: auto;
11 }
12
13 footer {
14   margin-bottom: 2rem;
15 }