Commit 43ab0478195ba45e65a7b9150882a18849bbbd1f

Authored by Victor Costa
1 parent ee7bf519

Fix style of bootstrap custom column

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/app/index.scss
... ... @@ -38,7 +38,9 @@ $page-header-border-color: #eee;
38 38  
39 39 .col-md-2-5 {
40 40 @extend .col-md-3;
41   - width: 20.83%;
  41 + @media (min-width: @screen-sm-min) {
  42 + width: 20.83%;
  43 + }
42 44 }
43 45  
44 46 /**
... ...