This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/plugins/jetpack/modules/widgets/wordpress-post-widget/style.css
2018-03-21 18:19:20 +00:00

25 lines
384 B
CSS

.jetpack-display-remote-posts {
margin: 5px 0 20px 0;
}
.jetpack-display-remote-posts h4 {
font-size: 90%;
margin: 5px 0;
padding: 0;
}
.jetpack-display-remote-posts h4 a {
text-decoration: none;
}
.jetpack-display-remote-posts p {
margin: 0 !important;
padding: 0;
line-height: 1.4em !important;
font-size: 90%;
}
.jetpack-display-remote-posts img {
max-width: 100%;
}