1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-09-28 15:55:54 -04:00

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

View File

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