Skip to content

Commit

Permalink
Fixes for GIF block CSS in twentytwenty
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsweb committed Nov 18, 2019
1 parent f6b0df4 commit 675786b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion modules/theme-tools/compat/twentytwenty.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,17 @@
width: 100%;
}

/**
* Blocks
*/

/* Related Posts Block */
.jp-related-posts-i2__post li {
margin: 0;
}
}

/* GIF Block */
.wp-block-jetpack-gif {
/* !important because the gif block styles are loaded in the footer after this file */
margin: 1em auto !important;
}

0 comments on commit 675786b

Please sign in to comment.