|
5 | 5 | <meta charset="UTF-8">
|
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 | 7 | <meta http-equiv="X-UA-Compatible" content="ie=edge">
|
8 |
| - <meta name="generator" content="mkdocs-1.4.2, mkdocs-terminal-4.3.0"> |
| 8 | + <meta name="generator" content="mkdocs-1.6.0, mkdocs-terminal-4.5.0"> |
9 | 9 |
|
10 | 10 |
|
11 | 11 | <meta name="author" content="ntno">
|
|
25 | 25 | <link href="../../css/theme.css" rel="stylesheet">
|
26 | 26 | <link href="../../css/theme.tile_grid.css" rel="stylesheet">
|
27 | 27 | <link href="../../css/theme.footer.css" rel="stylesheet">
|
28 |
| -<!-- default color palette--> |
| 28 | +<!-- default color palette --> |
29 | 29 | <link href="../../css/palettes/default.css" rel="stylesheet">
|
30 | 30 |
|
| 31 | +<!-- page layout --> |
| 32 | +<style> |
| 33 | +/* initially set page layout to a one column grid */ |
| 34 | +.terminal-mkdocs-main-grid { |
| 35 | + display: grid; |
| 36 | + grid-column-gap: 1.4em; |
| 37 | + grid-template-columns: auto; |
| 38 | + grid-template-rows: auto; |
| 39 | +} |
| 40 | + |
| 41 | +/* |
| 42 | +* when side navigation is not hidden, use a two column grid. |
| 43 | +* if the screen is too narrow, fall back to the initial one column grid layout. |
| 44 | +* in this case the main content will be placed under the navigation panel. |
| 45 | +*/ |
| 46 | +@media only screen and (min-width: 70em) { |
| 47 | + .terminal-mkdocs-main-grid { |
| 48 | + grid-template-columns: 4fr 9fr; |
| 49 | + } |
| 50 | +}</style> |
| 51 | + |
| 52 | + |
31 | 53 |
|
32 | 54 |
|
33 | 55 | <link href="../../overrides/extra.css" rel="stylesheet">
|
|
921 | 943 | <li><a href="#minimal-config">Minimal Config</a></li><li><a href="#recommended-config">Recommended Config</a></li><li><a href="#credit">Credit</a></li>
|
922 | 944 |
|
923 | 945 | </ul>
|
924 |
| -</nav></aside> |
| 946 | +</nav> |
| 947 | +</aside> |
925 | 948 | <main id="terminal-mkdocs-main-content">
|
926 | 949 |
|
927 | 950 |
|
@@ -997,7 +1020,7 @@ <h1 id="credit">Credit<a class="headerlink" href="#credit" title="Anchor link to
|
997 | 1020 | <aside>
|
998 | 1021 | <p>
|
999 | 1022 | <small>
|
1000 |
| - <i>Page last updated 2023-04-15. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/index.md">GitHub</a>.</i> |
| 1023 | + <i>Page last updated 2024-08-17. See revision history on <a href="https://github.com/ntno/mkdocs-terminal/commits/main/documentation/docs/configuration/extensions/index.md">GitHub</a>.</i> |
1001 | 1024 | </small>
|
1002 | 1025 | </p>
|
1003 | 1026 | </aside>
|
|
0 commit comments