This commit is contained in:
Alex
2024-09-29 21:28:06 +02:00
parent 797aca3bb1
commit 27e1048d41
2 changed files with 5 additions and 5 deletions

View File

@@ -347,9 +347,9 @@ li strong {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin: 10px 0; margin: 10px 0;
padding: 0 20px; padding: 10px;
width: 100%; width: 100%;
height: 73px; height: auto;
box-sizing: border-box; box-sizing: border-box;
background-color: #2f2f2f; background-color: #2f2f2f;
border-radius: 3px; border-radius: 3px;

View File

@@ -347,9 +347,9 @@ li strong {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
margin: 10px 0; margin: 10px 0;
padding: 0 20px; padding: 10px;
width: 100%; width: 100%;
height: 73px; height: auto;
box-sizing: border-box; box-sizing: border-box;
background-color: #2f2f2f; background-color: #2f2f2f;
border-radius: 3px; border-radius: 3px;
@@ -371,7 +371,7 @@ li strong {
} }
@media (min-width: 680px) { @media (min-width: 680px) {
.input-box { .input-box {
padding: 0 30px; padding: 10px;
} }
} }
.btn-container { .btn-container {