changed response block design
This commit is contained in:
@@ -116,7 +116,7 @@ a:hover {
|
||||
height: 35px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 20px 0px 20px 0px;
|
||||
padding: 10px 0px 10px 0px;
|
||||
}
|
||||
|
||||
/* HTML: <div class="loader"></div> */
|
||||
@@ -190,7 +190,7 @@ a:hover {
|
||||
.response-block {
|
||||
width: 80%;
|
||||
height: 100px;
|
||||
margin: 40px;
|
||||
margin: 40px 40px 100px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
@@ -203,4 +203,9 @@ a:hover {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
.conten-block-text {
|
||||
text-align: center;
|
||||
}
|
||||
Reference in New Issue
Block a user