From bfd1e28487961ae6a48d6faad2809a249069a835 Mon Sep 17 00:00:00 2001 From: Stadly Date: Wed, 7 Dec 2016 12:11:59 +0100 Subject: [PATCH] Remove column gutter fix from this branch The column gutter fix is in another branch. Removing from this one. --- scss/grid/_grid.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/scss/grid/_grid.scss b/scss/grid/_grid.scss index b748f60c..ea81daa2 100755 --- a/scss/grid/_grid.scss +++ b/scss/grid/_grid.scss @@ -69,17 +69,11 @@ th.column { padding-bottom: $column-padding-bottom; // Prevents Nested columns from double the padding - .column.first, - .columns.first { + .column, + .columns { padding-left: 0 !important; - } - .column.last, - .columns.last { padding-right: 0 !important; - } - .column, - .columns { center { min-width: none !important; } -- 2.47.2