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