Fix tags-heading style
This commit is contained in:
parent
ebfb6b8780
commit
655763fcdb
@ -464,7 +464,8 @@ footer .theme-by {
|
||||
-moz-transition: opacity 1s linear;
|
||||
transition: opacity 1s linear;
|
||||
}
|
||||
.intro-header .page-heading {
|
||||
.intro-header .page-heading,
|
||||
.intro-header .tags-heading {
|
||||
text-align: center;
|
||||
}
|
||||
.intro-header.big-img .page-heading,
|
||||
@ -473,7 +474,8 @@ footer .theme-by {
|
||||
color: #FFF;
|
||||
text-shadow: 1px 1px 3px #000;
|
||||
}
|
||||
.intro-header .page-heading h1 {
|
||||
.intro-header .page-heading h1,
|
||||
.intro-header .tags-heading h1 {
|
||||
margin-top: 0;
|
||||
font-size: 50px;
|
||||
}
|
||||
@ -527,7 +529,8 @@ footer .theme-by {
|
||||
.intro-header.big-img .post-heading {
|
||||
padding: 150px 0;
|
||||
}
|
||||
.intro-header .page-heading h1 {
|
||||
.intro-header .page-heading h1,
|
||||
.intro-header .tags-heading h1 {
|
||||
font-size: 80px;
|
||||
}
|
||||
.intro-header .post-heading h1 {
|
||||
|
Loading…
Reference in New Issue
Block a user