Skip to content

Instantly share code, notes, and snippets.

View sebastiendeu's full-sized avatar
🛠️

Sébastien DEU sebastiendeu

🛠️
  • S2DT
  • Montpellier, FR
View GitHub Profile
/*
* From css-tricks.com
* http://css-tricks.com/snippets/css/media-queries-for-standard-devices/
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */