Photos: Jetpack embed CSS fixes

Adjusted some styles for Jetpack embed shortcodes
This commit is contained in:
Chris Runnells 2018-11-16 16:01:53 -10:00
parent a5d3976ab7
commit 2f7ff90ee2
2 changed files with 22 additions and 1 deletions

View file

@ -372,4 +372,4 @@ Widgets
.wp-block-latest-comments {
padding-left: 0;
padding-right: 0;
}
}

View file

@ -2500,6 +2500,27 @@ object {
max-width: 11.11%;
}
/* Jetpack embeds */
.entry-content .jetpack-recipe,
.page-content .jetpack-recipe {
margin: 1.5em auto;
}
.instagram-media {
margin: 1.5em auto !important;
}
.getty.embed {
display: block !important;
}
.entry-content > img.avatar,
.page-content > img.avatar,
a.twitter-timeline {
display: block;
}
#jp-post-flair {
max-width: 1020px;
}