Skip to content

Instantly share code, notes, and snippets.

@thomaslevesque
Created August 26, 2017 14:20
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thomaslevesque/ab3e3a0ea967d5ba5ba37f549472d40a to your computer and use it in GitHub Desktop.
Additional CSS for wide-screen Twenty Fourteen Wordpress theme
pre {
padding: 0;
border: none;
}
article h3 {
font-size: 20px;
}
code {
font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
border: 1px solid #dddddd;
border-radius: 3px;
background-color: #f8f8f8;
padding: 0px 1px
}
@media screen and (min-width: 1008px) {
#page, #masthead {
max-width: 100%;
}
.hentry {
max-width: 100%;
}
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .page-content {
max-width: 80%;
}
.site-content .entry-meta {
max-width: 100%;
}
.comments-area, .post-navigation {
max-width: 80%;
}
.content-sidebar {
width: 300px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment