fix scroll
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 50s
Create and publish a Docker image / Deploy image (push) Successful in 3s

This commit is contained in:
VITALY-VORON 2023-08-24 19:02:03 +03:00
parent 7bbb200f50
commit 55e7796b96
2 changed files with 2 additions and 0 deletions

View File

@ -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>

View File

@ -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' />