12 lines
179 B
CSS
12 lines
179 B
CSS
|
|
#check-result-wrapper{
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
justify-content: center;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
#check-result{
|
||
|
|
width: 540px;
|
||
|
|
text-align: center;
|
||
|
|
}
|