Вернул норм вид на пк
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 52s
Create and publish a Docker image / Deploy image (push) Successful in 4s

+ новый фиксы дизайна
This commit is contained in:
Sergey Karmanov 2023-08-26 12:25:00 +03:00
parent b2ed7b452e
commit 60416a13af
Signed by: serega404
GPG Key ID: B6AD49C8C835460C
4 changed files with 13 additions and 8 deletions

View File

@ -31,10 +31,14 @@ const Start = (props) => {
height: '95vh', height: '95vh',
overflow: 'hidden', overflow: 'hidden',
}}> }}>
<img src="./logo192.png" alt="logo" style={{width: '181px', height: '181px'}} /> <div style={{
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
}}>
<img src="./logo192.png" alt="logo" style={{width: '181px', height: '181px'}} />
<span style={{ <span style={{
color: '#F68C43', color: '#F68C43',
width: '60%',
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
alignItems: 'start', alignItems: 'start',
@ -42,6 +46,8 @@ const Start = (props) => {
fontFamily: 'Raleway', fontFamily: 'Raleway',
fontSize: '40px', fontSize: '40px',
}}>Путешествия <p style={{color: '#4EB0F2'}} >Просто!</p></span> }}>Путешествия <p style={{color: '#4EB0F2'}} >Просто!</p></span>
</div>
<iframe scrolling="no" src={kek} style={{ <iframe scrolling="no" src={kek} style={{
overflow: 'hidden', overflow: 'hidden',
border: 'none', border: 'none',

View File

@ -1,6 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
.tinder-container { .tinder-container {
margin-top: 30%;
height: 85vh; height: 85vh;
width: 100%; width: 100%;
display: flex; display: flex;
@ -46,8 +45,8 @@
align-items: center; align-items: center;
position: absolute; position: absolute;
width: 100%; width: 100%;
max-width: 300px; /* max-width: 300px; */
max-height: 400px; /* max-height: 400px; */
cursor: pointer; cursor: pointer;
border-radius: 10px; border-radius: 10px;
background-color: #fff; background-color: #fff;

View File

@ -70,7 +70,7 @@ const Tinder = (props) => {
paddingTop: '10px', paddingTop: '10px',
}}> }}>
<div style={{ <div style={{
height: '188px', height: '300px',
width: '245px', width: '245px',
borderRadius: '10px', borderRadius: '10px',
backgroundImage: `url(${card.imageURL})`, backgroundImage: `url(${card.imageURL})`,

View File

@ -1,6 +1,6 @@
* { * {
margin: 0; margin: 0;
padding: 0; padding: 0;
max-width: 440px; /* max-width: 440px; */
max-height: 920px; /* max-height: 920px; */
} }