Fixed for mobile
This commit is contained in:
parent
3b70bda92c
commit
361aa93330
8 changed files with 211 additions and 180 deletions
|
@ -6,14 +6,24 @@ export const center_vertical = style({
|
|||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
margin: 'auto',
|
||||
width: '50%',
|
||||
border: '0.3em solid purple'
|
||||
width: '100%',
|
||||
border: '0.3em solid purple',
|
||||
'@media': {
|
||||
'screen and (min-width: 768px)': {
|
||||
width: '50%',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
export const big_brother_style = style({
|
||||
width: '40%',
|
||||
width: '60%',
|
||||
height: 'auto',
|
||||
border: '0.3em solid purple'
|
||||
border: '0.3em solid purple',
|
||||
'@media': {
|
||||
'screen and (min-width: 768px)': {
|
||||
width: '40%',
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
export const cats_div = style({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue