mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Reduce box-shadow slightly to look better with horizontal padding
This commit is contained in:
parent
304eac3024
commit
5013d13587
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
.wl-figure-wrap {
|
||||
padding: 10px 0;
|
||||
background-color: #f5f5f5;
|
||||
box-shadow: 2px 2px 2px #DFDFDF;
|
||||
box-shadow: 1.3px 2px 2px #DFDFDF;
|
||||
width: 96%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue