Set max-width for <video> on CMS pages

This commit is contained in:
Jessica Lawshe 2018-09-14 10:48:56 -05:00
parent bcd465a35d
commit c8b803681e

View file

@ -89,4 +89,12 @@
margin-bottom: @margin-sm;
}
}
/*
videos
*/
video {
height: auto;
max-width: 100%;
}
}