Merge pull request #296 from kheiakiyama/categories

Add categories style
This commit is contained in:
Michael Romero 2019-09-21 00:35:45 -07:00 committed by GitHub
commit c058d8d939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -506,7 +506,8 @@ footer .theme-by {
transition: opacity 1s linear; transition: opacity 1s linear;
} }
.intro-header .page-heading, .intro-header .page-heading,
.intro-header .tags-heading { .intro-header .tags-heading,
.intro-header .categories-heading {
text-align: center; text-align: center;
} }
.intro-header.big-img .page-heading, .intro-header.big-img .page-heading,
@ -516,7 +517,8 @@ footer .theme-by {
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 { .intro-header .tags-heading h1,
.intro-header .categories-heading h1 {
margin-top: 0; margin-top: 0;
font-size: 50px; font-size: 50px;
} }
@ -571,7 +573,8 @@ footer .theme-by {
padding: 150px 0; padding: 150px 0;
} }
.intro-header .page-heading h1, .intro-header .page-heading h1,
.intro-header .tags-heading h1 { .intro-header .tags-heading h1,
.intro-header .categories-heading h1 {
font-size: 80px; font-size: 80px;
} }
.intro-header .post-heading h1 { .intro-header .post-heading h1 {