Don't restrict the width and make the margin bigger

... and relative
This commit is contained in:
JC Brand 2014-04-24 09:50:47 +02:00
parent 1c26e9016c
commit 64408d2e0a

View File

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