add assets

This commit is contained in:
2022-01-23 22:49:43 +00:00
parent c6b191ce16
commit 6722b92073
4630 changed files with 18300 additions and 12883 deletions

View File

@@ -7,15 +7,15 @@ h1 {
}
pre.highlight code * {
white-space: nowrap; // this sets all children inside to nowrap
white-space: nowrap; /* this sets all children inside to nowrap */
}
pre.highlight {
overflow-x: auto; // this sets the scrolling in x
overflow-x: auto; /* this sets the scrolling in x */
}
pre.highlight code {
white-space: pre; // forces <code> to respect <pre> formatting
white-space: pre; /* forces <code> to respect <pre> formatting */
}
.main-container {