mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-01-30 02:43:50 +00:00
12 lines
123 B
CSS
12 lines
123 B
CSS
.list p {
|
|
display: inline;
|
|
}
|
|
|
|
.list li:not(:first-child) {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.list li > .list {
|
|
margin-top: 1em;
|
|
}
|