chore: consolidate more styles
This commit is contained in:
parent
3536139cef
commit
1439b42637
1 changed files with 2 additions and 8 deletions
|
@ -127,7 +127,6 @@ p {
|
|||
}
|
||||
|
||||
blockquote {
|
||||
font-style: italic;
|
||||
margin: 1.25rem 0;
|
||||
padding-left: .875rem;
|
||||
border-left: 4px solid var(--gray-400);
|
||||
|
@ -162,6 +161,7 @@ h2 > a.header-anchor,
|
|||
font-weight: 700;
|
||||
}
|
||||
|
||||
blockquote,
|
||||
em {
|
||||
font-style: italic;
|
||||
}
|
||||
|
@ -188,11 +188,7 @@ hr {
|
|||
border: 0;
|
||||
}
|
||||
|
||||
hr.large__spacing {
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
hr.large__spacing,
|
||||
hr.footnotes-sep {
|
||||
margin-top: 2.5rem;
|
||||
margin-bottom: 2.5rem;
|
||||
|
@ -257,8 +253,6 @@ article {
|
|||
.now__topper h2 {
|
||||
font-size: var(--font-size-xl);
|
||||
line-height: var(--line-height-xl);
|
||||
display: inline;
|
||||
line-height: 1.25;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue