input-for-jekyll/_sass/_layout.scss
Tony Chen 3cd581a697 Commit into repository
Maybe I want to use the Markdown files in ./_posts
for use in another Static Site Generator.
2020-08-05 02:32:09 +00:00

16 lines
239 B
SCSS

// Layout
//
// Styles for managing the structural hierarchy of the site.
.container {
max-width: 38rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
margin-left: auto;
margin-right: auto;
}
footer {
margin-bottom: 2rem;
}