fix video formatting

This commit is contained in:
2019-05-04 20:51:17 -07:00
parent 2d6af81f93
commit 845b2c8205
2 changed files with 3 additions and 1 deletions

View File

@ -222,6 +222,8 @@ small {
margin-bottom: 20px;
video {
max-width: 100%;
max-height: 240px;
display: block;
margin-left: auto;
margin-right: auto;