Commit a9b652441fdf564c67cf941767bbaa789ca15289

Authored by Leonardo Merlin
1 parent a020f8b2

Remove square presentation at mobile screen. Now, using vertical list.

Showing 1 changed file with 33 additions and 33 deletions   Show diff stats
sass/style.sass
... ... @@ -1511,39 +1511,39 @@ h3.titulo-destaque
1511 1511 iframe
1512 1512 left: 0 !important
1513 1513  
1514   - .themes
1515   - margin-bottom: $gutter * 1.5
1516   - margin-left: $gutter * 1.5 * (-1)
1517   - margin-right: $gutter * 1.5 * (-1)
1518   - margin-top: $gutter * 1.5 * (-1)
1519   - font-size: 0
1520   - &-name
1521   - display: block
1522   - width: 100%
1523   - &:after
1524   - content: ""
1525   - display: block
1526   - clear: both
1527   - li
1528   - display: block
1529   - width: 25%
1530   - float: left
1531   - // font-size: $font-size-base
1532   - // vertical-align: top
1533   - &:first-child
1534   - a
1535   - border-left: 0
1536   - a
1537   - border-left: 1px solid #f1f1f1
1538   - display: block
1539   - padding: 0
1540   - text-align: center
1541   - height: 145px
1542   - .icon
1543   - margin-bottom: $gutter * 0.5
1544   - margin-left: 0
1545   - margin-right: 0
1546   - margin-top: $gutter
  1514 + // .themes
  1515 + // margin-bottom: $gutter * 1.5
  1516 + // margin-left: $gutter * 1.5 * (-1)
  1517 + // margin-right: $gutter * 1.5 * (-1)
  1518 + // margin-top: $gutter * 1.5 * (-1)
  1519 + // font-size: 0
  1520 + // &-name
  1521 + // display: block
  1522 + // width: 100%
  1523 + // &:after
  1524 + // content: ""
  1525 + // display: block
  1526 + // clear: both
  1527 + // li
  1528 + // display: block
  1529 + // width: 25%
  1530 + // float: left
  1531 + // // font-size: $font-size-base
  1532 + // // vertical-align: top
  1533 + // &:first-child
  1534 + // a
  1535 + // border-left: 0
  1536 + // a
  1537 + // border-left: 1px solid #f1f1f1
  1538 + // display: block
  1539 + // padding: 0
  1540 + // text-align: center
  1541 + // height: 145px
  1542 + // .icon
  1543 + // margin-bottom: $gutter * 0.5
  1544 + // margin-left: 0
  1545 + // margin-right: 0
  1546 + // margin-top: $gutter
1547 1547 .box
1548 1548 &-header
1549 1549 p
... ...