Skip to content

Instantly share code, notes, and snippets.

View chriswallace's full-sized avatar

Chris Wallace chriswallace

View GitHub Profile
@chriswallace
chriswallace / gist:dee2b8b38bb23351bfd4
Created April 29, 2015 19:14
Example CSS to limit the width of the posts everywhere in the Largo theme except on the single post template.
.archive #main,
.blog #main,
.search #main,
.error404 #main,
.home #main {
max-width: 800px;
margin: 0 auto;
}