Skip to content

Instantly share code, notes, and snippets.

View poshwaffle's full-sized avatar
Working from home

PoshWaffle poshwaffle

Working from home
View GitHub Profile
@poshwaffle
poshwaffle / css.css
Last active February 6, 2019 20:01
css.css
.fl-module-post-grid .staff .p1440_content_feed_staff {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}