Merge pull request #21083 from overleaf/mf-new-blog-add-shadow

[web] Add box-shadow to every video in all blog pages

GitOrigin-RevId: b2d3180dd44cdc59845049a5d326b83209572078
This commit is contained in:
M Fahru 2024-10-16 11:01:44 -07:00 committed by Copybot
parent 317aedd929
commit e782ba2fee

View file

@ -364,6 +364,9 @@
video {
height: auto;
max-width: 100%;
box-shadow:
0 8px 16px 0 rgba(30 37 48 / 12%),
0 4px 6px 0 rgba(30 37 48 / 12%);
}
/*