aboutsummaryrefslogtreecommitdiff
path: root/theme/css/phone.css
blob: 3f211dd93508382dfa874ff8f4e459c1cf71d8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Smartphones (portrait) ----------- */
/* Styles */
/* line 9, ../sass/phone.scss */
slides > slide {
  /*  width: $slide-width !important;
    height: $slide-height !important;
    margin-left: -$slide-width / 2 !important;
    margin-top: -$slide-height / 2 !important;
  */
  -webkit-transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
  /* Styles */
}