test indent

This commit is contained in:
Gala
2023-08-09 17:44:13 +02:00
parent 05aa0dbd8e
commit 8f812cc610
3 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ curly-quotes = true
# mathjax-support = false # useful if we want to pull equations in ?
copy-fonts = true
no-section-label = false
additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "last-changed.css", "custom.css"]
additional-css = ["theme/pagetoc.css", "././mdbook-admonish.css", "custom.css"]
additional-js = ["theme/pagetoc.js"]
git-repository-url = "https://github.com/nymtech/nym"
git-repository-icon = "fa-github"
@@ -1,6 +0,0 @@
footer {
font-size: 0.8em;
text-align: center;
border-top: 1px solid black;
padding: 5px 0;
}
@@ -2,14 +2,14 @@
/* Globals */
:root {
--sidebar-width: 300px;
--page-padding: 20px;
--content-max-width: 70%;
--menu-bar-height: 40px;
--mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
--code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */
--pagetoc-width: 13%;
--pagetoc-fontsize: 14.5px;
--sidebar-width: 300px;
--page-padding: 20px;
--content-max-width: 70%;
--menu-bar-height: 40px;
--mono-font: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace;
--code-font-size: 0.875em /* please adjust the ace font size accordingly in editor.js */
--pagetoc-width: 13%;
--pagetoc-fontsize: 14.5px;
}
@media only screen and (max-width:1439px) {