qcobjects-sdk
Version:
QCObjects SDK is a set of Controllers, Views and Components that are elementary and useful to assist developers to build applications under MVC patterns using QCObjects, Cross Browser Javascript Framework for MVC Patterns
15 lines (14 loc) • 402 B
CSS
/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 600px),
@media (max-width:460px),
@media (aspect-ratio: 9/16),
@media (aspect-ratio: 10/16),
@media (aspect-ratio: 5/8),
@media (aspect-ratio: 3/4),
@media (aspect-ratio: 2/3){
nav, article {
width: 100%;
height: auto;
position: relative;
}
}