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 9d00fb1eca
commit eef1df3c2c

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%);
}
/*