From 32f207b326a2138c14e0502fcd58c5c3457cde35 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Mon, 16 Apr 2012 12:04:03 -0700 Subject: mobile tweaks. Modernizr touch detection --- theme/sass/phone.scss | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'theme/sass/phone.scss') diff --git a/theme/sass/phone.scss b/theme/sass/phone.scss index d291d9e..4cfb2b1 100644 --- a/theme/sass/phone.scss +++ b/theme/sass/phone.scss @@ -1,5 +1,13 @@ @import "compass/css3/transition"; + +/*Smartphones (portrait and landscape) ----------- */ +/*@media only screen +and (min-width : 320px) +and (max-width : 480px) { + +}*/ + /* Smartphones (portrait) ----------- */ //@media only screen and (max-device-width: 480px) { /* Styles */ -- cgit v1.2.3