Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Missing @ from the final 2560px max-width declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonikorpi committed Sep 23, 2011
1 parent c7103c0 commit 6071071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GGS.css
Expand Up @@ -361,6 +361,6 @@ h3 {
/* Zoom baseline grid to 18/16 = 1.125 */

font-size: 1.125em;
max-width: 2560 em;
max-width: 160em;
}
}
2 changes: 1 addition & 1 deletion GGS.less
Expand Up @@ -404,7 +404,7 @@ h3 {
body {
/* Zoom baseline grid to 18/16 = 1.125 */
font-size: (@font-size + 2) / @em;
max-width: 2560/em;
max-width: 2560/@em;
}

}

0 comments on commit 6071071

Please sign in to comment.