Skip to content

Instantly share code, notes, and snippets.

@Pephers
Created September 4, 2017 19:22
Show Gist options
  • Save Pephers/434cb048bf1f9cc4e98b9cdf9f097f27 to your computer and use it in GitHub Desktop.
Save Pephers/434cb048bf1f9cc4e98b9cdf9f097f27 to your computer and use it in GitHub Desktop.
.mq-large .service-list__row {
float: left;
display: table;
table-layout: fixed;
width: 66.66%;
padding-right: 0.1875em;
}
.mq-large .service-list__row + .service-list__row {
position: relative;
left: .375em;
width: 33.33%;
padding-right: 0;
padding-left: 0.1875em;
}
.mq-large .service-list__item {
display: table-cell;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment