Bit more width

This commit is contained in:
Wouter Scherphof 2013-04-08 16:06:04 +03:00
parent abbab47865
commit 2a004646e8

View File

@ -272,7 +272,7 @@ Full-Width Styles
.inner {
position: relative;
max-width: 640px;
max-width: 800px;
padding: 20px 10px;
margin: 0 auto;
}