increased max width of container to 1200

This commit is contained in:
David 2015-06-16 16:01:13 -07:00
parent 23aa702c7d
commit 07b85c0c6e

View File

@ -177,3 +177,11 @@ Fonts
width: 100%;
text-align: right;
}
/* =====================================================================================================================
Container
===================================================================================================================== */
.container.container {
max-width: 1200px;
}