mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2024-11-10 10:28:04 +00:00
🐛 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:
parent
27270d3de3
commit
d07d6dee09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user