From 60710710a2cacc52b1762568f4666d9170917abc Mon Sep 17 00:00:00 2001 From: Joni Korpi Date: Fri, 23 Sep 2011 16:25:57 +0300 Subject: [PATCH] Missing @ from the final 2560px max-width declaration https://github.com/jonikorpi/Golden-Grid-System/issues/7 --- GGS.css | 2 +- GGS.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GGS.css b/GGS.css index babf5c0..c87d7a7 100644 --- a/GGS.css +++ b/GGS.css @@ -361,6 +361,6 @@ h3 { /* Zoom baseline grid to 18/16 = 1.125 */ font-size: 1.125em; - max-width: 2560 em; + max-width: 160em; } } diff --git a/GGS.less b/GGS.less index cecafb5..8226e19 100644 --- a/GGS.less +++ b/GGS.less @@ -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; } } \ No newline at end of file