Commit 6c67e997e2e94ef0943353a22b634955a82125e8

Authored by Victor Costa
1 parent 2484eb92

Fix responsive style of boxes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/layout/boxes/boxes.scss
1 1 .col-md-2-5 {
2 2 @extend .col-md-3;
3   - @media (min-width: 920px) {
  3 + @media (min-width: 992px) {
4 4 width: 20.83%;
5 5 }
6 6 }
... ...