13 lines
175 B
CSS
13 lines
175 B
CSS
|
.tipue_search_group {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
#tipue_search_content {
|
||
|
margin: 0 auto 0 auto;
|
||
|
}
|
||
|
|
||
|
.tipue_search_content_text {
|
||
|
text-align: justify;
|
||
|
}
|