shorgru/static/css/style.css

15 lines
230 B
CSS
Raw Normal View History

2024-10-07 01:06:55 +03:00
.captcha {
height: 65px;
}
article header {
2024-10-06 17:04:37 +03:00
display: flex;
flex-direction: row;
2024-10-07 01:06:55 +03:00
justify-content: space-between;
2024-10-06 17:04:37 +03:00
}
2024-10-07 01:06:55 +03:00
article footer {
2024-10-06 17:04:37 +03:00
display: flex;
2024-10-07 01:06:55 +03:00
flex-direction: row;
justify-content: space-between;
2024-10-06 17:04:37 +03:00
}