Fix portrait orientation videos in brutstap theme.

This commit is contained in:
Jason McBrayer 2019-02-08 08:23:41 -05:00
parent 5c45a31cf1
commit 58a18936e1
1 changed files with 6 additions and 0 deletions

View File

@ -312,3 +312,9 @@ img.fav-avatar {
max-width: 256px;
padding: 1em;
}
figure.level-item > video
{
max-height: 256px;
max-width: 256px;
}