Commit fb449f58fe1b99674b8f2851f3fea19e8a468dc5

Authored by Victor Costa
1 parent 04e79b27

Small fix on column style

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