make thumbnails 100 x 100

This commit is contained in:
Berkeley Martinez
2015-08-25 12:27:37 -07:00
parent bfd4980e5d
commit 83724bef1d

View File

@ -16,8 +16,8 @@ export default contain(
renderJobs(jobs =[]) { renderJobs(jobs =[]) {
const thumbnailStyle = { const thumbnailStyle = {
backgroundColor: 'white', backgroundColor: 'white',
maxHeight: '200px', maxHeight: '100px',
maxWidth: '200px' maxWidth: '100px'
}; };
return jobs.map(( return jobs.map((
{ {