Вернул норм вид на пк
+ новый фиксы дизайна
This commit is contained in:
parent
b2ed7b452e
commit
60416a13af
@ -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',
|
||||||
|
@ -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;
|
||||||
|
@ -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})`,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
max-width: 440px;
|
/* max-width: 440px; */
|
||||||
max-height: 920px;
|
/* max-height: 920px; */
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user