aboutsummaryrefslogtreecommitdiff
path: root/theme/sass/phone.scss
diff options
context:
space:
mode:
authorEric Bidelman2012-04-16 12:04:03 -0700
committerEric Bidelman2012-04-16 12:04:03 -0700
commit32f207b326a2138c14e0502fcd58c5c3457cde35 (patch)
tree5231a40fb221a0fd3118eb18efb768e386da7c83 /theme/sass/phone.scss
parent04153b7c8a3332c8008408227f6d71b8ef392c35 (diff)
downloadio-slides-remote-32f207b326a2138c14e0502fcd58c5c3457cde35.tar.gz
mobile tweaks. Modernizr touch detection
Diffstat (limited to 'theme/sass/phone.scss')
-rw-r--r--theme/sass/phone.scss8
1 files changed, 8 insertions, 0 deletions
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 @@
1@import "compass/css3/transition"; 1@import "compass/css3/transition";
2 2
3
4/*Smartphones (portrait and landscape) ----------- */
5/*@media only screen
6and (min-width : 320px)
7and (max-width : 480px) {
8
9}*/
10
3/* Smartphones (portrait) ----------- */ 11/* Smartphones (portrait) ----------- */
4//@media only screen and (max-device-width: 480px) { 12//@media only screen and (max-device-width: 480px) {
5/* Styles */ 13/* Styles */