14 lines
230 B
CSS
14 lines
230 B
CSS
.captcha {
|
|
height: 65px;
|
|
}
|
|
article header {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
article footer {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|