fix scroll
This commit is contained in:
parent
7bbb200f50
commit
55e7796b96
@ -12,6 +12,7 @@ const Start = (props) => {
|
|||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
height: '95vh',
|
height: '95vh',
|
||||||
|
backgroundImage: '../../data/img/Rectangle 27.png',
|
||||||
}}>
|
}}>
|
||||||
<img src="" alt="Icon"/>
|
<img src="" alt="Icon"/>
|
||||||
<button onClick={() => route('/')}>Начать</button>
|
<button onClick={() => route('/')}>Начать</button>
|
||||||
|
@ -47,6 +47,7 @@ const Tinder = ()=> {
|
|||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
flexWrap: 'wrap',
|
flexWrap: 'wrap',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
overflow: 'hidden',
|
||||||
}}>
|
}}>
|
||||||
<link href='https://fonts.googleapis.com/css?family=Damion&display=swap' rel='stylesheet' />
|
<link href='https://fonts.googleapis.com/css?family=Damion&display=swap' rel='stylesheet' />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Alatsi&display=swap' rel='stylesheet' />
|
<link href='https://fonts.googleapis.com/css?family=Alatsi&display=swap' rel='stylesheet' />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user