hugo-theme-hyde-hyde/assets/scss/poole/_layout.scss

16 lines
239 B
SCSS
Raw Normal View History

2018-07-21 23:33:29 +00:00
// 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;
}