mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 19:11:56 +02:00
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:
@@ -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%);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user