mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-05 18:43:17 +00:00
Fix dropshadow on image
This commit is contained in:
parent
dd27384587
commit
22576945c3
1 changed files with 4 additions and 1 deletions
|
@ -47,7 +47,10 @@
|
|||
}
|
||||
}
|
||||
.screenshot {
|
||||
height: 450px;
|
||||
height: 550px;
|
||||
// Make sure the
|
||||
padding: 50px;
|
||||
margin: -50px;
|
||||
overflow-y: hidden;
|
||||
img {
|
||||
box-shadow: 0 0 50px rgba(0,0,0,.67);
|
||||
|
|
Loading…
Reference in a new issue