Created
November 4, 2015 17:38
-
-
Save charleyramm/54bfc16a2a2c07311bf7 to your computer and use it in GitHub Desktop.
Custom styles for the WordPress Twenty Twelve theme as seen on www.norwichmedievalchurches.org
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
hgroup { | |
padding-top: 96px; | |
background-image: url('https://norwichchurches.files.wordpress.com/2015/05/luckhurst-nchchurches-31.jpg?w=192'); | |
background-repeat: no-repeat; | |
background-position: top center; | |
background-size: 96px 96px; | |
min-height: 96px; | |
} | |
.site-header h1 { | |
font-size: 2.1em; | |
text-align: center; | |
} | |
.site-description { | |
font-size: 1.3em !important; | |
text-align: center !important; | |
} | |
.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul { | |
text-align: center; | |
} | |
.wp-caption { | |
text-align: center; | |
} | |
.entry-header img { | |
width: 100%; | |
height: auto; | |
} | |
.gallery .gallery-icon img { | |
padding: 0; | |
} | |
article.type-page { | |
margin-bottom: 0; | |
padding-bottom: 0; | |
border-bottom: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment