hide job position on small screens

This commit is contained in:
Berkeley Martinez
2015-07-26 18:42:26 -07:00
parent 9bc14d24a4
commit b9d544d13e

View File

@ -38,7 +38,7 @@ export default contain(
<div> <div>
<h4 style={{ display: 'inline-block' }}>{ company }</h4> <h4 style={{ display: 'inline-block' }}>{ company }</h4>
<h5 <h5
className='pull-right' className='pull-right hidden-xs hidden-md'
style={{ display: 'inline-block' }}> style={{ display: 'inline-block' }}>
{ position } { position }
</h5> </h5>
@ -54,6 +54,7 @@ export default contain(
alt='200x200' src={ logo } alt='200x200' src={ logo }
style={ thumbnailStyle } /> style={ thumbnailStyle } />
<Well> <Well>
Position: { position }
Location: { city }, { state } Location: { city }, { state }
<br /> <br />
Contact: { email || phone || 'N/A' } Contact: { email || phone || 'N/A' }