Created
August 25, 2016 15:27
-
-
Save barrykooij/1c38a411b9ace3b0d08f81d2df1451f1 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
@media (max-width: 750px) { | |
.rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper { | |
padding: 0; | |
margin: 0; | |
} | |
.rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_left { | |
width: 35%; | |
} | |
.rp4wp-related-posts .rp4wp-posts-list .rp4wp-col .rp4wp_component_wrapper_right { | |
width: 65%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment