From bc7c5eef9a83a9536ac647d965557bbef30f1a11 Mon Sep 17 00:00:00 2001 From: mrmrs Date: Wed, 24 Aug 2016 12:15:21 +0100 Subject: [PATCH] Change media queries from 48em to 30em and 64em to 60em --- src/tachyons-borders.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/tachyons-borders.css b/src/tachyons-borders.css index e187e52..1e6d0b1 100644 --- a/src/tachyons-borders.css +++ b/src/tachyons-borders.css @@ -1,6 +1,6 @@ -@custom-media --breakpoint-not-small screen and (min-width: 48em); -@custom-media --breakpoint-medium screen and (min-width: 48em) and (max-width: 64em); -@custom-media --breakpoint-large screen and (min-width: 64em); +@custom-media --breakpoint-not-small screen and (min-width: 30em); +@custom-media --breakpoint-medium screen and (min-width: 30em) and (max-width: 60em); +@custom-media --breakpoint-large screen and (min-width: 60em); /*