diff --git a/sites/scrapy.org/static/style/style.css b/sites/scrapy.org/static/style/style.css index b06616557..5e13e5ea5 100644 --- a/sites/scrapy.org/static/style/style.css +++ b/sites/scrapy.org/static/style/style.css @@ -64,15 +64,15 @@ p { line-height:1.5em; } #content-wrapper { width: 100%; float: left; - margin-right: -250px; + margin-right: -300px; } #content { - margin: 0 270px 0 20px; + margin: 0 320px 0 20px; } #sidebar { - width: 250px; + width: 300px; float: right; }