GITLAB

Eric Fernandez / wrapper-mobile

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • wrapper-mobile
  • src
  • sass
  • _contenedor.scss
  • 8e5e3509a   copia wrapper demo Browse Code »
    Nicolás Guarnieri
    2019-01-18 11:52:43 -0300  
_contenedor.scss 231 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
body {
    background-color: #cccccc;
}

.contenedor {
    @media (min-width: 768px) {
        min-height: 600px;
        min-width: 800px;
    }
}

.grilla-articulo {
    @media (min-width: 768px) {
        height: 300px;
    }
}