changed response block design

This commit is contained in:
2026-05-06 17:26:59 +02:00
parent 1a89f7c6fe
commit 6d0f56b493
+7 -2
View File
@@ -116,7 +116,7 @@ a:hover {
height: 35px; height: 35px;
display: flex; display: flex;
justify-content: center; justify-content: center;
padding: 20px 0px 20px 0px; padding: 10px 0px 10px 0px;
} }
/* HTML: <div class="loader"></div> */ /* HTML: <div class="loader"></div> */
@@ -190,7 +190,7 @@ a:hover {
.response-block { .response-block {
width: 80%; width: 80%;
height: 100px; height: 100px;
margin: 40px; margin: 40px 40px 100px 40px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;
@@ -203,4 +203,9 @@ a:hover {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
margin: 0; margin: 0;
min-width: 140px;
}
.conten-block-text {
text-align: center;
} }