Skip to content

Commit

Permalink
align center youtube video (see contrib/plugin/youtube.rb)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Oct 22, 2017
1 parent 6dc2d22 commit 6057c79
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions theme/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,11 @@ div.draft select {
width: 60%;
}

/*
* youtube plugin
*/
div.youtube-player-wrapper {
text-align: center;
margin-left: auto;
margin-right: auto;
}

0 comments on commit 6057c79

Please sign in to comment.