8 lines
88 B
CSS
8 lines
88 B
CSS
|
.response {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
|