|
@@ -23,8 +23,8 @@
|
|
|
}
|
|
|
if (!empty($segment->heading)) {
|
|
|
echo '<div class="note-content-node note-content-heading">' .
|
|
|
- '<div class="py-2 px-3 border-bottom font-size-14 font-weight-bold text-secondary bg-light ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
|
|
|
- '<div class="note-content-children ml-4 border-left">'; // <!-- open new node -->
|
|
|
+ '<div class="py-2 px-3 border-bottom font-size-16 font-weight-bold bg-light text-secondary ' . ($previousHeading ? 'mt-4 border-top' : '') . '">' . $segment->heading . '</div>' .
|
|
|
+ '<div class="note-content-children ml-5 border-left">'; // <!-- open new node -->
|
|
|
}
|
|
|
$previousHeading = $segment->heading;
|
|
|
}
|