Merge pull request #58 from KevinMidboe/client_styling
Changed the box shadow and margin of result wrapper.
This commit is contained in:
@@ -26,11 +26,12 @@ export default {
|
|||||||
|
|
||||||
requestWrapper: {
|
requestWrapper: {
|
||||||
maxWidth: '1200px',
|
maxWidth: '1200px',
|
||||||
|
margin: 'auto',
|
||||||
paddingTop: '10px',
|
paddingTop: '10px',
|
||||||
backgroundColor: 'white',
|
backgroundColor: 'white',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
zIndex: '10',
|
zIndex: '10',
|
||||||
boxShadow: '0 2px 10px grey'
|
boxShadow: '0 4px 2px black'
|
||||||
},
|
},
|
||||||
|
|
||||||
pageTitle: {
|
pageTitle: {
|
||||||
|
|||||||
Reference in New Issue
Block a user