Merge pull request #107 from harchcode/fix-tags-heading

Fix tags-heading style
This commit is contained in:
Michael Romero 2017-12-27 23:45:49 -08:00 committed by GitHub
commit ab5eae8e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -464,7 +464,8 @@ footer .theme-by {
-moz-transition: opacity 1s linear; -moz-transition: opacity 1s linear;
transition: opacity 1s linear; transition: opacity 1s linear;
} }
.intro-header .page-heading { .intro-header .page-heading,
.intro-header .tags-heading {
text-align: center; text-align: center;
} }
.intro-header.big-img .page-heading, .intro-header.big-img .page-heading,
@ -473,7 +474,8 @@ footer .theme-by {
color: #FFF; color: #FFF;
text-shadow: 1px 1px 3px #000; text-shadow: 1px 1px 3px #000;
} }
.intro-header .page-heading h1 { .intro-header .page-heading h1,
.intro-header .tags-heading h1 {
margin-top: 0; margin-top: 0;
font-size: 50px; font-size: 50px;
} }
@ -527,7 +529,8 @@ footer .theme-by {
.intro-header.big-img .post-heading { .intro-header.big-img .post-heading {
padding: 150px 0; padding: 150px 0;
} }
.intro-header .page-heading h1 { .intro-header .page-heading h1,
.intro-header .tags-heading h1 {
font-size: 80px; font-size: 80px;
} }
.intro-header .post-heading h1 { .intro-header .post-heading h1 {