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