]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix lone columns in a row floating right instead of left
authorGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 00:15:04 +0000 (16:15 -0800)
committerGeoff Kimball <geoff@zurb.com>
Fri, 20 Nov 2015 00:15:04 +0000 (16:15 -0800)
scss/grid/_column.scss

index 8897295f891194da1489a9296c962ca29e942d02..821fe8168d5dd6578fc5e806eda08b952aaa3920 100644 (file)
@@ -67,7 +67,7 @@
   padding-left: $gutter;
   padding-right: $gutter;
 
-  &:last-child {
+  &:last-child:not(:first-child) {
     float: $global-right;
   }
 }