Created
July 16, 2022 07:18
-
-
Save codxse/ab1144f8788b322c516c495ae4067bde to your computer and use it in GitHub Desktop.
jetpack_related.css
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
/** RELATED POSTS **/ | |
#jp-relatedposts { | |
width: 500px; | |
} | |
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { | |
border-radius: 8px; | |
border: 1px solid var(--border-color-main); | |
} | |
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { | |
padding-bottom: 10px; | |
} | |
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a { | |
font-size: 18px; | |
font-weight: 700; | |
line-height: 1.5; | |
} | |
@media only screen and (max-width: 640px) { | |
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { | |
width: 100%; | |
} | |
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { | |
max-width: 60%; | |
} | |
} | |
@media only screen and (max-width: 480px) { | |
#jp-relatedposts { | |
width: 100%; | |
} | |
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img { | |
max-width: 100%; | |
} | |
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { | |
width: 100%; | |
margin-right: 0; | |
float: none; | |
} | |
#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title { | |
padding-bottom: inherit; | |
max-width: 100%; | |
} | |
h4.jp-relatedposts-post-title { | |
padding-top: 8px | |
} | |
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { | |
padding-right: 0; | |
} | |
} | |
/** END RELATED POSTS **/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment