Explorar o código

added iPhone 5 Media Query FOR NO GOOD REASON

eddiemachado %!s(int64=13) %!d(string=hai) anos
pai
achega
ed80d36453
Modificáronse 2 ficheiros con 20 adicións e 0 borrados
  1. 10 0
      library/less/style.less
  2. 10 0
      library/scss/style.scss

+ 10 - 0
library/less/style.less

@@ -99,6 +99,16 @@ query for retina AND a certain size if you want. Go Nuts.
 
 } // end of media query
 
+/*
+iPHONE 5 MEDIA QUERY
+Want to get fancy for no good reason? Knock yourself out.
+*/
+@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
+  
+  // iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
+  
+}
+
 /*
 PRINT STYLESHEET
 Feel free to customize this. Remember to add things that won't make

+ 10 - 0
library/scss/style.scss

@@ -99,6 +99,16 @@ query for retina AND a certain size if you want. Go Nuts.
 
 } // end of media query
 
+/*
+iPHONE 5 MEDIA QUERY
+Want to get fancy for no good reason? Knock yourself out.
+*/
+@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
+  
+  // iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
+  
+}
+
 /*
 PRINT STYLESHEET
 Feel free to customize this. Remember to add things that won't make