diff options
Diffstat (limited to 'static/css')
-rw-r--r-- | static/css/style.css | 18 |
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 |