aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-07 01:06:55 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-07 01:18:35 +0300
commit420e049415c8ec7f7a209a03110eecbe0c83e9e0 (patch)
treee93f7faf8c9704daa24c2653ca50b4f222fa2305 /static/css
parent0617918eb941c401b687d4a0dbc2a54c19e06fd1 (diff)
Мелкие правки
Diffstat (limited to 'static/css')
-rw-r--r--static/css/style.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/static/css/style.css b/static/css/style.css
index ab24ab3..d1b4d40 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -1,14 +1,14 @@
-.row {
+.captcha {
+ height: 65px;
+}
+article header {
display: flex;
flex-direction: row;
- margin-bottom: var(--pico-spacing);
+ justify-content: space-between;
}
-.col {
+
+article footer {
display: flex;
+ flex-direction: row;
+ justify-content: space-between;
}
-.captcha {
- background-color: aliceblue;
- height:65px;
- border-top-left-radius: var(--pico-border-radius);
- border-bottom-left-radius: var(--pico-border-radius);
-} \ No newline at end of file