mirror of
https://github.com/TryGhost/Ruby.git
synced 2024-10-30 04:48:33 +02:00
Update content heading selector
This commit is contained in:
parent
5c4ca71fe4
commit
8b26b4e65b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -54,11 +54,11 @@ is the very first element in the post content */
|
||||
}
|
||||
|
||||
/* Now the content typography styles */
|
||||
.gh-content h2 {
|
||||
.gh-content > h2 {
|
||||
font-size: 2.3rem;
|
||||
}
|
||||
|
||||
.gh-content h3 {
|
||||
.gh-content > h3 {
|
||||
font-size: 2rem;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user