mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-27 17:13:07 +00:00
content area to always stretch to the available screen space
This commit is contained in:
14
docs/static/extra.css
vendored
14
docs/static/extra.css
vendored
@@ -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; }
|
||||
|
||||
|
||||
|
||||
@@ -46,7 +46,7 @@ markdown_extensions:
|
||||
- codehilite
|
||||
- footnotes
|
||||
- toc:
|
||||
permalink: false
|
||||
permalink: True
|
||||
#baselevel: 2
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
||||
Reference in New Issue
Block a user