kek
This commit is contained in:
parent
162eaf3362
commit
107f361f36
@ -46,10 +46,10 @@
|
|||||||
|
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
height: 400px;
|
height: 500px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
max-height: 400px;
|
max-height: 500px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
@ -69,7 +69,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 300px;
|
width: 300px;
|
||||||
height: 350px;
|
height: 500px;
|
||||||
background-color: rgba(255, 255, 255, 0.8);
|
background-color: rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ const Tinder = (props) => {
|
|||||||
className='card-content'
|
className='card-content'
|
||||||
style={{
|
style={{
|
||||||
width: '300px',
|
width: '300px',
|
||||||
height: '400px',
|
height: '500px',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
flexDirection: 'column',
|
flexDirection: 'column',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user