mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
css: merge duplicate selectors
This commit is contained in:
parent
06f09594dd
commit
06786d7451
@ -19,14 +19,6 @@
|
||||
color: var(--content);
|
||||
}
|
||||
|
||||
.post-content h1 {
|
||||
margin: 40px auto 32px auto
|
||||
}
|
||||
|
||||
.post-content h2 {
|
||||
margin: 32px auto 24px auto;
|
||||
}
|
||||
|
||||
.post-content h3,
|
||||
.post-content h4,
|
||||
.post-content h5,
|
||||
@ -35,10 +27,12 @@
|
||||
}
|
||||
|
||||
.post-content h1 {
|
||||
margin: 40px auto 32px auto;
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.post-content h2 {
|
||||
margin: 32px auto 24px auto;
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user