mirror of
https://github.com/status-im/liquid-funding.git
synced 2025-02-06 00:23:34 +00:00
make flow image responsive
This commit is contained in:
parent
d755557207
commit
2a74ee4c33
@ -63,7 +63,10 @@ const useStyles = makeStyles(({
|
|||||||
padding: '1rem'
|
padding: '1rem'
|
||||||
},
|
},
|
||||||
flowImage: {
|
flowImage: {
|
||||||
gridColumn: '14 / 36'
|
[up('md')]: {
|
||||||
|
gridColumn: '14 / 36'
|
||||||
|
},
|
||||||
|
gridColumn: '1 / 49'
|
||||||
},
|
},
|
||||||
cardMainFont: {
|
cardMainFont: {
|
||||||
fontSize: '24px'
|
fontSize: '24px'
|
||||||
|
@ -20,7 +20,7 @@ const useStyles = makeStyles(theme => ({
|
|||||||
main: {
|
main: {
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
gridTemplateColumns: 'repeat(48, [col] 1fr)',
|
gridTemplateColumns: 'repeat(48, [col] 1fr)',
|
||||||
gridTemplateRows: '12rem 5rem auto auto 6rem',
|
gridTemplateRows: '12rem 5rem auto auto',
|
||||||
[theme.breakpoints.up('md')]: {
|
[theme.breakpoints.up('md')]: {
|
||||||
gridTemplateRows: '4rem 4rem auto auto 6rem'
|
gridTemplateRows: '4rem 4rem auto auto 6rem'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user