Changed the distance between the search bar and the content to be a little less and added a shadow around the search bar to make it pop a bit more.
This commit is contained in:
@@ -14,7 +14,7 @@ export default {
|
||||
backgroundColor: 'rgb(1, 28, 35)',
|
||||
// backgroundImage: 'radial-gradient(circle, #004c67 0, #005771 120%)',
|
||||
zIndex: 1,
|
||||
marginBottom: '80px'
|
||||
marginBottom: '70px'
|
||||
},
|
||||
|
||||
backgroundSmallHeader: {
|
||||
@@ -61,6 +61,7 @@ export default {
|
||||
width: '77%',
|
||||
paddingLeft: '23%',
|
||||
backgroundColor: 'white',
|
||||
boxShadow: 'grey 0px 1px 2px',
|
||||
},
|
||||
|
||||
searchSmallContainer: {
|
||||
|
||||
Reference in New Issue
Block a user