We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c19601 commit 83c7399Copy full SHA for 83c7399
website/www/_static/style.css
@@ -87,6 +87,7 @@ body > .footer { margin: 1em 0 1em -14em; clear:both;}
87
body > .navigation
88
{
89
margin-left: -14em;
90
+ margin-inline-start: -14em;
91
width: 14em;
92
float: left;
93
}
@@ -330,6 +331,7 @@ div.highlight > pre {
330
331
body > .header { margin-inline-start: unset;
332
margin-block-start: 3em; /* move down from search */}
333
body > .navigation { margin-inline-start: unset;
334
+ width: unset;
335
float: none;}
336
body > .navigation li > ul > li { padding-block: 1em;
337
/* move links away from each other */ }
0 commit comments