Skip to content

Commit

Permalink
Change video iframe bottom margin to cero
Browse files Browse the repository at this point in the history
  • Loading branch information
juanis2112 committed Aug 20, 2020
1 parent 43ad96e commit 4d45874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/_static/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ iframe {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5rem;
margin-bottom: 0;
margin-top: 1.0rem;
}

Expand Down

0 comments on commit 4d45874

Please sign in to comment.