diff --git a/i2p2www/static/styles/duck.css b/i2p2www/static/styles/duck.css index 64a0992ae4c48587888a50251f6dea253e2ccec1..66fcc14f0cc6d17fa8ac0fe7027bee79a13ec2fd 100644 --- a/i2p2www/static/styles/duck.css +++ b/i2p2www/static/styles/duck.css @@ -237,7 +237,7 @@ div#content .main { * The .inner class is for the content wrapper on inner pages (as opposed to the home page) */ div#content .inner { - width:auto; padding: 4em 10%; position:relative; + width:auto; margin: 0 5%; padding: 4em 5%; position:relative; background: rgba(171, 204, 113, 0.6); border-top:2px solid #abcc71; color:black; font-size:1.2em; line-height:1.4em; }