add thredded overrides - full-width forums

This commit is contained in:
Andrew Brown 2018-02-11 16:29:32 -06:00
parent 52432f1434
commit 0b1dec64a7

View File

@ -0,0 +1,10 @@
@import "thredded";
.thredded--main-container {
// The padding and max-width are handled by the app's container.
min-width: 80%;
padding: 0;
@include thredded-media-tablet-and-up {
padding: 0;
}
}