From 420e049415c8ec7f7a209a03110eecbe0c83e9e0 Mon Sep 17 00:00:00 2001 From: Alexander Neonxp Kiryukhin Date: Mon, 7 Oct 2024 01:06:55 +0300 Subject: Мелкие правки MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'static') 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 -- cgit v1.2.3