Skip to content
Snippets Groups Projects

Setting to 100% width

Merged James Catmore requested to merge full_width into main
All threads resolved!
Files
2
@@ -18,3 +18,8 @@
padding-top: .1rem;
padding-bottom: .1rem;
}
/* Fill the width of the browser window, no margins */
.md-grid {
max-width: 100%;
}
Loading