docs - using more space on large screens for content

This commit is contained in:
silversword411 2022-09-15 17:44:46 -04:00
parent 1e7fabf511
commit 35fc2fd410
No known key found for this signature in database
GPG Key ID: CF805301BBB8CC0C

View File

@ -1,3 +1,8 @@
/* Maximum space for text block */
.md-grid {
max-width: 95%; /* or 100%, if you want to stretch to full-width */
}
.md-header {
background-color: #0b3e81 !important;
color: white !important;