From fb449f58fe1b99674b8f2851f3fea19e8a468dc5 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Wed, 13 Jan 2016 10:08:44 -0300 Subject: [PATCH] Small fix on column style --- src/app/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/index.scss b/src/app/index.scss index 7a9b8ab..f5bc6a6 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -38,7 +38,7 @@ $page-header-border-color: #eee; .col-md-2-5 { @extend .col-md-3; - @media (min-width: @screen-sm-min) { + @media (min-width: 920px) { width: 20.83%; } } -- libgit2 0.21.2