max-width to avoid vertical scrolling on small browsers

This commit is contained in:
joshua stein 2012-07-03 14:52:27 -05:00
parent 116d0d6978
commit dd64a9c823

View file

@ -188,7 +188,7 @@ div#wrapper {
margin-left: auto;
margin-right: auto;
padding-bottom: 1em;
width: 1100px;
max-width: 1100px;
}
div#inside {
margin-left: 0.25em;