From 18f67ce32ad04157b3736c33c1178009bae7abff Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Sat, 23 Aug 2014 21:30:24 +0200 Subject: Use Breakpoint instead of explicit @media hint. --- local.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'local.scss') diff --git a/local.scss b/local.scss index f3cf85e..a7617f6 100644 --- a/local.scss +++ b/local.scss @@ -2,6 +2,7 @@ @import "compass/reset/utilities"; @import "compass/typography"; @import "blueprint"; +@import "breakpoint"; @include blueprint-typography; h1 { @@ -92,7 +93,7 @@ a { #pagebody { float: left; margin: 1em 5% 4.2em; - @media only screen and (min-width: 40em) { + @include breakpoint($large-desktop) { margin-left: 25%; } } -- cgit v1.2.3