Merge pull request #58 from KevinMidboe/client_styling

Changed the box shadow and margin of result wrapper.
This commit is contained in:
2017-10-23 16:12:57 +02:00
committed by GitHub

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: {