diff options
Diffstat (limited to 'theme/sass/phone.scss')
-rw-r--r-- | theme/sass/phone.scss | 8 |
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 | ||
6 | and (min-width : 320px) | ||
7 | and (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 */ |