Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
fluid container fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafcafe committed Jun 2, 2013
1 parent 4d96d1e commit 8712fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
.container-fluid{ :style => "margin-top: 80px; max-width: 1600px; min-width: 1200px;" }
= yield
- else
.container-fluid{ :style => "margin-top: 80px; max-width: 1600px; min-width: 1200px;" }
.container{ :style => "margin-top: 80px; max-width: 1600px; min-width: 1200px;" }
= yield

%hr/
Expand Down

0 comments on commit 8712fff

Please sign in to comment.