Use this playground to test your CSS media queries on a variety of devices, from tiny phones to enormous desktops.
@media (min-width: 600px) { /* code here */ }
Try adjusting the width value to see the magic happen!