Skip to content

Commit

Permalink
remove ggs.js, fix width bug
Browse files Browse the repository at this point in the history
  • Loading branch information
maylogger committed Sep 24, 2011
1 parent 745fb19 commit 9a1885a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/javascripts/main.js
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
//= require_tree .
12 changes: 10 additions & 2 deletions source/stylesheets/ggs/column/_four-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
margin: 0 auto;
}

#hd {
@extend .wrapper;

@media screen and (max-width: 640px) {
.content {
width: auto;
margin: 0 $ggs-column;
}

#hd {
@extend .wrapper;
}
}

@media screen and (min-width: 640px) {
Expand Down

0 comments on commit 9a1885a

Please sign in to comment.