content area to always stretch to the available screen space

This commit is contained in:
Inaki Fernandez
2021-11-16 22:33:59 +01:00
parent 928e475c17
commit 5cf409aee2
2 changed files with 7 additions and 9 deletions

14
docs/static/extra.css vendored
View File

@@ -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; }