blob: d1b4d405fea957e72226eb1eb0fd44f7d0ed9259 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.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;
}
|