Column grid

Just testing the waters of a tiny grid helper. For now, used on photo grids and in AMP templates. By default the grid is an even two column grid. We include variations for col counts and spacing.

.l-col-grid
<div class="l-col-grid  t-align-center">
  <div class="has-padding has-bg-white-off">1</div>
  <div class="has-padding has-bg-white-off">2</div>
  <div class="has-padding has-bg-white-off">3</div>
  <div class="has-padding has-bg-white-off">4</div>
  
</div>
RepoCountLocation(s)
texastribune 9
feature-general-ballot-2020-08 1
feature-voter-guide-general-2020-08 1
data-visuals-create 1
mailchimp-email-templates 2
state-salaries-draft 3
.l-col-grid--1x3
Columns split in thirds
<div class="l-col-grid l-col-grid--1x3 t-align-center">
  <div class="has-padding has-bg-white-off">1</div>
  <div class="has-padding has-bg-white-off">2</div>
  <div class="has-padding has-bg-white-off">3</div>
  <div class="has-padding has-bg-white-off">4</div>
  
    <div class="has-padding has-bg-white-off">5</div>
    <div class="has-padding has-bg-white-off">6</div>
  
</div>
RepoCountLocation(s)
texastribune 1
mailchimp-email-templates 2
state-salaries-draft 3
.l-col-grid--xxxs-gap
Shrink up the default gap. Used on photo grid
<div class="l-col-grid l-col-grid--xxxs-gap t-align-center">
  <div class="has-padding has-bg-white-off">1</div>
  <div class="has-padding has-bg-white-off">2</div>
  <div class="has-padding has-bg-white-off">3</div>
  <div class="has-padding has-bg-white-off">4</div>
  
</div>
RepoCountLocation(s)
texastribune 1
mailchimp-email-templates 2
state-salaries-draft 3
.l-col-grid--1x1-until-bp-m
Collapse all columns at bp-m
<div class="l-col-grid l-col-grid--1x1-until-bp-m t-align-center">
  <div class="has-padding has-bg-white-off">1</div>
  <div class="has-padding has-bg-white-off">2</div>
  <div class="has-padding has-bg-white-off">3</div>
  <div class="has-padding has-bg-white-off">4</div>
  
</div>
RepoCountLocation(s)
feature-general-ballot-2020-08 1
feature-voter-guide-general-2020-08 1
data-visuals-create 1
mailchimp-email-templates 2
texastribune 2
state-salaries-draft 3