feat(custom): support links
This commit is contained in:
parent
9b6819f25f
commit
a5955c32fb
3 changed files with 45 additions and 6 deletions
|
@ -247,4 +247,11 @@ h4 {
|
|||
& ul {
|
||||
list-style: disc inside;
|
||||
}
|
||||
& .links {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue