mirror of
https://github.com/tembo-pages/tembo-core.git
synced 2025-12-22 13:35:43 +00:00
7 lines
143 B
CSS
7 lines
143 B
CSS
/* Indentation. */
|
|
div.doc-contents:not(.first) {
|
|
padding-left: 25px;
|
|
border-left: 4px solid rgba(230, 230, 230);
|
|
margin-bottom: 80px;
|
|
}
|