mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +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;
|
|
}
|