/* This css file is for individual users to restyle items for their personal site, or for the implementation of features specifically for their site. Anything that is an official part of the theme (ex. Pull Requests) should be included in main.css and follow the formatting and style given. */ #site-header { box-shadow: none; } #wrapper { padding: 2.5em; grid-template-rows: auto auto auto 1fr; } #site-main { margin: 0; } .post { margin: 0 0 1.5em 0; } #site-intro, #site-sidebar, #site-footer { margin-right: 2em; } #site-intro header h1 { margin-bottom: 1em; } #site-intro main p { margin-bottom: 2em; font-size: 0.8em; } .post > div, .post > p { margin: 2em 4em; } #twitter-follow, #facebook-like { margin-top: 30px; } .post > header .meta p { font-size: .6em; } .post > footer.footer-list { flex-direction: row; } .post > footer .actions { -moz-flex-grow: 1; -webkit-flex-grow: 1; -ms-flex-grow: 1; flex-grow: 1; } ul.actions { cursor: default; list-style: none; padding-left: 0; } ul.actions li { display: inline-block; padding: 0 1.5em 0 0; padding-right: 1.5em; vertical-align: middle; } ul.actions li:last-child { padding-right: 0; } .post > footer .stats { padding-right: 10px; }