id fix
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 27s
Create and publish a Docker image / Deploy image (push) Has been skipped

This commit is contained in:
VITALY-VORON
2023-08-24 21:35:44 +03:00
parent 4c651d6835
commit 9e6204b45e
3 changed files with 38 additions and 32 deletions

View File

@@ -1,5 +1,3 @@
/* Tinder.css */
.tinder-container {
margin-top: 30%;
height: 50vh;
@@ -9,7 +7,7 @@
align-items: center;
flex-direction: column;
overflow: hidden;
background-color: #fff;
}
.card-container {
@@ -18,6 +16,7 @@
height: 80px;
width: 120px;
flex-direction: column;
background-color: #fff;
}
.swipe {
@@ -50,13 +49,14 @@
flex-direction: column;
justify-content: flex-end;
align-items: flex-end;
align-content: center;
flex-wrap: wrap;
padding: 16px;
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
background-color: #fff;
}
.card-content {
background-color: rgba(255, 255, 255, 0.8);
border-radius: 10px;
padding: 8px;
text-align: center;