fix(docs): update mod handbook, update width and cleanup (#41352)

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2021-03-04 13:26:55 +05:30
committed by GitHub
parent 65cc800689
commit deaa79f855
4 changed files with 215 additions and 145 deletions

View File

@@ -17,6 +17,12 @@ body {
text-decoration: none !important;
}
body .content {
max-width: 80%;
margin-left: auto;
margin-right: auto;
}
/****** Nav ****/
.universal-nav {