Reduce box-shadow slightly to look better with horizontal padding

This commit is contained in:
Alasdair Smith 2018-07-13 16:30:42 +01:00
parent 304eac3024
commit 5013d13587

View file

@ -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;