Added new elements to content renderer, Finished page's base for lscom

Update content.php, index.php, and 2 more files...
This commit is contained in:
2022-04-16 00:26:01 +02:00
parent 49e4b7154c
commit 75e05c8f86
4 changed files with 244 additions and 41 deletions

View File

@@ -209,3 +209,7 @@ div.last-inner-collapse-border-fix {
.content-wrapper {
max-width: 100vw;
}
code.w-full {
white-space: pre;
}