add categories style
This commit is contained in:
parent
07f765675d
commit
4eeceb4835
1 changed files with 6 additions and 3 deletions
|
@ -501,7 +501,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,
|
||||
|
@ -511,7 +512,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;
|
||||
}
|
||||
|
@ -566,7 +568,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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue