Skip to content

Commit

Permalink
align center Youtube video in default (#651)
Browse files Browse the repository at this point in the history
* align center youtube video (see contrib/plugin/youtube.rb)
  • Loading branch information
tdtds committed Nov 8, 2017
1 parent 6499714 commit bb3d4ec
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 bb3d4ec

Please sign in to comment.