Added some padding to search input

This commit is contained in:
Brian Vaughn
2017-10-16 15:23:41 -07:00
parent beeb8e8554
commit c0affe4dd8

View File

@@ -170,12 +170,12 @@ const Header = ({location}) => (
fontWeight: 300,
fontFamily: 'inherit',
position: 'relative',
paddingLeft: '24px',
padding: '5px 5px 5px 29px',
backgroundImage: 'url(/search.svg)',
backgroundSize: '16px 16px',
backgroundRepeat: 'no-repeat',
backgroundPositionY: 'center',
backgroundPositionX: 'left',
backgroundPositionX: '5px',
':focus': {
outline: 0,
@@ -195,7 +195,7 @@ const Header = ({location}) => (
paddingLeft: '16px',
':focus': {
paddingLeft: '24px',
paddingLeft: '29px',
width: '8rem',
outline: 'none',
},