Skip to content

Instantly share code, notes, and snippets.

@productioncoder
Last active November 10, 2018 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save productioncoder/5c4b938eb0d9857dcde5f43f94da3922 to your computer and use it in GitHub Desktop.
Save productioncoder/5c4b938eb0d9857dcde5f43f94da3922 to your computer and use it in GitHub Desktop.
Youtube in React: Fixing spacing issues between related videos
.related-videos {
a > div {
margin-top: 8px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment