kek
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 5s

This commit is contained in:
VITALY-VORON 2023-08-26 04:40:45 +03:00
parent 162eaf3362
commit 107f361f36
2 changed files with 4 additions and 4 deletions

View File

@ -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);
} }

View File

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