Skip to content

Commit

Permalink
Merge pull request eduardoboucas#296 from kheiakiyama/categories
Browse files Browse the repository at this point in the history
Add categories style
  • Loading branch information
halogenica authored Sep 21, 2019
2 parents 429e0af + 4eeceb4 commit c058d8d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,8 @@ footer .theme-by {
transition: opacity 1s linear;
}
.intro-header .page-heading,
.intro-header .tags-heading {
.intro-header .tags-heading,
.intro-header .categories-heading {
text-align: center;
}
.intro-header.big-img .page-heading,
Expand All @@ -516,7 +517,8 @@ footer .theme-by {
text-shadow: 1px 1px 3px #000;
}
.intro-header .page-heading h1,
.intro-header .tags-heading h1 {
.intro-header .tags-heading h1,
.intro-header .categories-heading h1 {
margin-top: 0;
font-size: 50px;
}
Expand Down Expand Up @@ -571,7 +573,8 @@ footer .theme-by {
padding: 150px 0;
}
.intro-header .page-heading h1,
.intro-header .tags-heading h1 {
.intro-header .tags-heading h1,
.intro-header .categories-heading h1 {
font-size: 80px;
}
.intro-header .post-heading h1 {
Expand Down

0 comments on commit c058d8d

Please sign in to comment.