make thumbnails 100 x 100
This commit is contained in:
@ -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((
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user