Last active
January 10, 2019 19:48
-
-
Save woodwardtw/5482969dd0c97b6dab8181f9a98db1ff to your computer and use it in GitHub Desktop.
This file contains 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
/* | |
You can add your own CSS here. | |
Click the help icon above to learn more. | |
*/ | |
.entry-content img { | |
margin: 0 auto; | |
width: 100%; | |
} | |
.page-content, .entry-content { | |
margin: 1.6em 0 0; | |
} | |
.site-main { | |
width: 95%; | |
} | |
.single-post .site-content { | |
width: 600px; | |
background-color: #fff; | |
} | |
.enlist { | |
margin: 20px auto; | |
width: 80%; | |
display: block; | |
background-color: #fff; | |
text-align: center; | |
padding: 6px; | |
font-size: 2em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment