Skip to content

Commit

Permalink
Shrink content area for better look and readability
Browse files Browse the repository at this point in the history
  • Loading branch information
muczc1wek committed Nov 11, 2024
1 parent eaea536 commit 0a9b006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions overrides/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
/* Stretch content area */
.md-main__inner.md-grid {
/* Default 61rem */
max-width: 75rem;
max-width: 70rem;
}

/* override md-main on the page */
Expand All @@ -49,7 +49,7 @@
/* Shrink header and footer to the content size*/
.md-grid {
/* Default 61rem */
max-width: 50rem;
max-width: 45rem;
}

@media screen and (min-width: 60em) {
Expand Down

0 comments on commit 0a9b006

Please sign in to comment.