Commit 40b85fc4 by Dennis Jen Committed by GitHub

Increase max width. (#681)

parent 972627c3
...@@ -514,7 +514,13 @@ dl { ...@@ -514,7 +514,13 @@ dl {
} }
} }
// pattern-library override hack. FIXME when PL is imported via sass and $grid-max-width can be configured // set insights to only be constrained at very large screen sizes
.grid-container { .grid-container {
max-width: 1170px; max-width: 1800px;
}
// without setting the margins to 0, there will be a tiny bit of spacing at the sides
.grid-manual .row {
margin-right: 0;
margin-left: 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment