Fix tags-heading style

This commit is contained in:
Hartono Chandra 2017-11-24 07:40:08 +07:00
parent ebfb6b8780
commit 655763fcdb

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 {