Fixes #48: Set .container to auto with a max width

This commit is contained in:
Jeremy Stretch 2016-06-28 09:50:00 -04:00
parent b392aa4a4a
commit 4dac43c1c9

View File

@ -9,7 +9,8 @@ body {
padding-top: 70px;
}
.container {
width: 1340px;
width: auto;
max-width: 1340px;
}
.wrapper {
min-height: 100%;