This code is working fine in Chrome/Firefox, but in Safari the content below my 3-column div is being pushed down much further than it should, as if the column content was condensed within a single column.
This can be seen here: http://codepen.io/anon/pen/egxvqP
Relevant code:
.postIntro {
width: 100%;
display: inline-block;
margin-top: 18px;
column-count: 3;
column-gap: 30px;
column-fill: balance;
}