Skip to content

Commit

Permalink
some bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhty committed May 23, 2012
1 parent a96be14 commit 539eeb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/grid.css
@@ -1,5 +1,5 @@
.container, .line, .last-unit {overflow:hidden;}
.container {max-width:71.25em; min-width:1024px; margin:0 auto;} /* 1140px = 71.25em, 1024px = 64em */
.container {max-width:71.25em; min-width:64em; margin:0 auto;} /* 1140px = 71.25em, 1024px = 64em */
.unit {float:left; min-height:1px; margin-right:2.2709%;} /* 1.618em / 71.25em ~= 2.2709% */

.size1of2 {width:48.8646%;}
Expand Down
4 changes: 2 additions & 2 deletions lib/responsive.css
@@ -1,8 +1,8 @@
/* for 1024px layout */
@media only screen and (max-width: 1023px) {
.container {
max-width: 60em;
min-width: 767px;
max-width: 63.9375em; /* 1023px */
min-width: 46.0625em; /* 767px */
}
}

Expand Down

0 comments on commit 539eeb8

Please sign in to comment.