Skip to content

Commit

Permalink
Set max-wdith to none to auto increase width of the middle section
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadhamzasajjad committed Feb 23, 2024
1 parent d4305bf commit a372b82
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/mkdocs/docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
--md-primary-fg-color--light: #ECB7B7;
--md-primary-fg-color--dark: #90030C;
}


.md-grid {
max-width: none;
}

0 comments on commit a372b82

Please sign in to comment.