mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05: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:
parent
317aedd929
commit
e782ba2fee
1 changed files with 3 additions and 0 deletions
|
@ -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%);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue