add these style
This commit is contained in:
parent
7239fa838b
commit
fb365c2f05
7 changed files with 113 additions and 30 deletions
|
|
@ -47,22 +47,19 @@ blockquote{
|
|||
|
||||
}
|
||||
|
||||
blockquote + ol + p{ text-indent: 0px; }
|
||||
.these + ol + p,
|
||||
blockquote + ol + p{
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.these{
|
||||
&::before{
|
||||
content: "---"
|
||||
}
|
||||
&::after{
|
||||
content: "---";
|
||||
}
|
||||
&::before, &::after{
|
||||
display: flex;
|
||||
// width: 3ch;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
font-family: var(--font-title);
|
||||
// color: red;
|
||||
|
||||
margin-bottom: calc(var(--baseline)*1);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue