Skip to content
Snippets Groups Projects
Commit 7047c99b authored by James Catmore's avatar James Catmore
Browse files

Setting to 100% width

This adds a new configuration to the `extra.css` such that the body of the page fills the full width of the web browser, rather than having a fixed width. The wide margins visible with larger screens disappear.

This was discussed in issue #46 and in the software coordination meeting.
parent 817ab150
No related branches found
No related tags found
No related merge requests found
......@@ -18,3 +18,8 @@
padding-top: .1rem;
padding-bottom: .1rem;
}
/* Fill the width of the browser window, no margins */
.md-grid {
max-width: 100%;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment