Created
September 4, 2017 19:22
-
-
Save Pephers/434cb048bf1f9cc4e98b9cdf9f097f27 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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