24 lines
293 B
JavaScript
24 lines
293 B
JavaScript
|
|
export default {
|
|
bodyDiv: {
|
|
display: 'flex',
|
|
flexDirection: 'row',
|
|
flexWrap: 'wrap',
|
|
flexFlow: 'row wrap',
|
|
justifyContent: 'space-around',
|
|
},
|
|
|
|
wrappingDiv: {
|
|
|
|
},
|
|
|
|
requestPoster: {
|
|
height: '150px',
|
|
},
|
|
|
|
infoDiv: {
|
|
marginTop: 0,
|
|
marginLeft: '10px',
|
|
float: 'right',
|
|
},
|
|
} |