_contenedor.scss 273 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 body { @media (min-width: 768px) { background-color: #cccccc; } } .contenedor { @media (min-width: 768px) { min-height: 600px; min-width: 800px; } } .grilla-articulo { @media (min-width: 768px) { height: 300px; } }