Created
April 29, 2015 19:14
-
-
Save chriswallace/dee2b8b38bb23351bfd4 to your computer and use it in GitHub Desktop.
Example CSS to limit the width of the posts everywhere in the Largo theme except on the single post template.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.archive #main, | |
.blog #main, | |
.search #main, | |
.error404 #main, | |
.home #main { | |
max-width: 800px; | |
margin: 0 auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment