Created
August 26, 2017 14:20
-
-
Save thomaslevesque/ab3e3a0ea967d5ba5ba37f549472d40a to your computer and use it in GitHub Desktop.
Additional CSS for wide-screen Twenty Fourteen Wordpress theme
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
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