fix auto clear issue for custom 2 colum mode
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 5 Aug 2019 22:24:39 +0000 (18:24 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 5 Aug 2019 22:24:39 +0000 (18:24 -0400)
the .col-xs-12 divs are placed in a two-column mode for some screen
sizes. this patch adapts the general auto-clear css code in this repo to
this specific case.

css/style.css

index b0a5f29215eb9927de8218b2276bfa788ff9ccbd..740b0ded6dbec0ee031e33e262f58e83cdc78e46 100644 (file)
@@ -240,6 +240,7 @@ a { transition: 0.3s; }
     max-width: 300px;
     float: left;
   }
+  .auto-clear .col-xs-12:nth-child(odd){clear:left;}
 }