feat(custom): better list style
This commit is contained in:
parent
0149f9905c
commit
e4bdf68646
1 changed files with 9 additions and 3 deletions
|
@ -119,6 +119,15 @@ h4 {
|
||||||
font-size: 1.35rem;
|
font-size: 1.35rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: disc inside;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin-bottom: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -244,9 +253,6 @@ h4 {
|
||||||
& h3 {
|
& h3 {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
}
|
}
|
||||||
& ul {
|
|
||||||
list-style: disc inside;
|
|
||||||
}
|
|
||||||
& .links {
|
& .links {
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue