mirror of https://gitlab.com/brutaldon/brutaldon
Fix portrait orientation videos in brutstap theme.
This commit is contained in:
parent
5c45a31cf1
commit
58a18936e1
|
@ -312,3 +312,9 @@ img.fav-avatar {
|
|||
max-width: 256px;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
figure.level-item > video
|
||||
{
|
||||
max-height: 256px;
|
||||
max-width: 256px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue