🐛 Fix `.post-title` (#273)

no issue

fixes the post-title font-size again, as it didn't work with two body:notstatements.
This commit is contained in:
Aileen Nowak 2016-10-24 20:11:49 +07:00 committed by John O'Nolan
parent 27270d3de3
commit d07d6dee09
1 changed files with 15 additions and 6 deletions

View File

@ -1015,11 +1015,14 @@ body.nav-opened .nav {
box-shadow: #FFF 0 0 0 5px;
}
body:not(.post-template) .post-title,
body:not(.page-template) .post-title {
body:not(.post-template) .post-title {
font-size: 3.6rem;
}
body.page-template .post-title {
font-size: 5rem;
}
.post-title a {
text-decoration: none;
}
@ -1789,11 +1792,14 @@ body:not(.page-template) .post-title {
font-size: 0.95em
}
body:not(.post-template) .post-title,
body:not(.page-template) .post-title {
body:not(.post-template) .post-title {
font-size: 3.2rem;
}
body.page-template .post-title {
font-size: 4.5rem;
}
hr {
margin: 2.4em 0;
}
@ -2058,11 +2064,14 @@ body:not(.page-template) .post-title {
font-size: 1.8rem;
}
body:not(.post-template) .post-title,
body:not(.page-template) .post-title {
body:not(.post-template) .post-title {
font-size: 2.5rem;
}
body.page-template .post-title {
font-size: 2.8rem;
}
.post-template .site-footer,
.page-template .site-footer {
margin-top: 0;