diff --git a/docs/static/extra.css b/docs/static/extra.css index 1af38a48..d5ad7eb7 100644 --- a/docs/static/extra.css +++ b/docs/static/extra.css @@ -18,15 +18,13 @@ h1 { /* Applies to all elements with <... class="someclass"> specified. */ .someclass { color: red; } -/* Applies to the element with <... id="someid"> specified. */ -#someid { color: green; } - /* If you want the content area to always stretch to the available screen space, reset max-width with the following CSS: */ -/*.md-grid { - max-width: initial; -}*/ - .md-grid { - max-width: 1440px; + max-width: initial; } + +/* Applies to the element with <... id="someid"> specified. */ +someid { color: green; } + + diff --git a/mkdocs.yml b/mkdocs.yml index 7e023257..8a945a1e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,7 +46,7 @@ markdown_extensions: - codehilite - footnotes - toc: - permalink: false + permalink: True #baselevel: 2 nav: - Home: index.md