Add padding for video description

pull/3/head
Omar Roth 7 years ago
parent 990bca5af5
commit fb80d2f484

@ -103,7 +103,9 @@ var player = videojs('player', options, function() {
<h3><%= video.info["author"] %></h3> <h3><%= video.info["author"] %></h3>
</a> </a>
</p> </p>
<%= description %> <div style="margin-right:1em;">
<%= description %>
</div>
</div> </div>
<div class="pure-u-1 pure-u-md-1-5"> <div class="pure-u-1 pure-u-md-1-5">

Loading…
Cancel
Save