Commit 652b42f94786123b9942034e0484cb148ab78754

Authored by Nick Recobra
1 parent 2b9fe4db
Exists in master and in 1 other branch production

Fixing layout width.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -35,7 +35,7 @@ a:hover { color: #0069cc; text-decoration: underline; }
35 35 a.action { float: right; font-size: 0.9em;}
36 36  
37 37 #header > div, #nav-bar, #content-wrapper, #footer {
38   - width: 900px;
  38 + width: 930px;
39 39 margin: 0 auto;
40 40 position: relative;
41 41 }
... ...