mixmastertobsi: media query breakpoints

Beitrag lesen

Hallo,

ich habe folgende breakpoints angelegt

@media only screen and (max-width: 1024px) {

@media only screen and (max-width: 800px) {

@media only screen and (max-width: 650px) {

@media only screen and (max-width: 500px) {

Nun das Problem - welche Breakpoints sollte ich nutzen, denn es gibt hier ja schon die Probleme mit den doppelten Pixel bei Retina etc...