refactor(style): nesting
This commit is contained in:
parent
f0e3828e5f
commit
d72903b21f
1 changed files with 67 additions and 65 deletions
|
@ -302,7 +302,8 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.article-body__content > blockquote {
|
||||
.article-body__content {
|
||||
& > blockquote {
|
||||
padding-inline-start: 1em;
|
||||
border-inline-start: 2px outset $dark;
|
||||
display: inline-block;
|
||||
|
@ -357,7 +358,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.article-body__content > blockquote:not(.blockquote):first-child {
|
||||
& > blockquote:not(.blockquote):first-child {
|
||||
font-size: 1.2em;
|
||||
text-align: center;
|
||||
display: block;
|
||||
|
@ -377,6 +378,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& .site-content__comments {
|
||||
grid-column-start: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue