PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

media queries

mercredi 10 septembre 2014 à 16:10
tolima, le 10/09/2014 à 16:10
/* --- 2560px --- */
@media screen and (max-width:160.000em) {

}

/* --- 1800px --- */
@media screen and (max-width:112.500em) {

}


/* --- 1600px --- */
@media screen and (max-width:100.000em) {

}

/* --- 1300px --- */
@media screen and (max-width:81.250em) {

}

/* --- 1030px --- */
@media screen and (max-width:64.375em) {

}

/* --- 980px --- */
@media screen and (max-width:61.250em) {

}

/* --- 830px --- */
@media screen and (max-width:51.875em) {


}

/* --- $TABLET-767--- */
@media screen and (max-width:47.938em) {

}

/* --- $TABLET-650--- */
@media screen and (max-width:40.625em) {

}


/* --- $MOBILE-560--- */
@media screen and (max-width:35.000em) {


}

/* --- $MOBILE-450--- */
@media all and (max-width: 28.125em) {

}


/* --- $MOBILE-380--- */
@media all and (max-width: 23.750em) {


}

/* --- $MOBILE-360--- */
@media all and (max-width: 22.500em) {



}
(Permalink)