From 43ab0478195ba45e65a7b9150882a18849bbbd1f Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 12 Jan 2016 19:00:44 -0300 Subject: [PATCH] Fix style of bootstrap custom column --- src/app/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/index.scss b/src/app/index.scss index 267621e..7a9b8ab 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -38,7 +38,9 @@ $page-header-border-color: #eee; .col-md-2-5 { @extend .col-md-3; - width: 20.83%; + @media (min-width: @screen-sm-min) { + width: 20.83%; + } } /** -- libgit2 0.21.2