mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-03 01:53:22 +00:00
Set max-width for <video> on CMS pages
This commit is contained in:
parent
bcd465a35d
commit
c8b803681e
1 changed files with 8 additions and 0 deletions
|
@ -89,4 +89,12 @@
|
|||
margin-bottom: @margin-sm;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
videos
|
||||
*/
|
||||
video {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue