Merge pull request #107 from harchcode/fix-tags-heading
Fix tags-heading style
This commit is contained in:
commit
ab5eae8e86
1 changed files with 6 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue