mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-21 00:23:54 +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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user