Changed the box shadow and margin of result wrapper.

This commit is contained in:
2017-10-23 16:12:00 +02:00
parent 5c408b826b
commit d6c066266c

View File

@@ -26,11 +26,12 @@ export default {
requestWrapper: {
maxWidth: '1200px',
margin: 'auto',
paddingTop: '10px',
backgroundColor: 'white',
position: 'relative',
zIndex: '10',
boxShadow: '0 2px 10px grey'
boxShadow: '0 4px 2px black'
},
pageTitle: {