mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-06-16 18:29:08 +00:00
fix firefox randomly throwing roles into space
This commit is contained in:
parent
ce348e268b
commit
b2139c6a24
3 changed files with 11 additions and 5 deletions
|
@ -5,7 +5,9 @@ import Role from '../role/demo'
|
|||
import demoRoles from '../../config/demo'
|
||||
|
||||
const DemoWrapper = styled.div`
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
`
|
||||
|
||||
export default () => <DemoWrapper>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue