From 16053a489d1549b8104c8ec3a85d96a0f3197815 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 10 Sep 2021 14:31:15 +1000 Subject: Copy pasta error, end aligned, not center. --- example/var/www/html/SledjChisl.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index 6a6995d..ce2ca74 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css @@ -83,8 +83,8 @@ textarea height: 33%; width: 30%; display: flex; - justify-content: center; - align-items: center; + justify-content: end; + align-items: end; } .bottom-right { @@ -94,6 +94,6 @@ textarea height: 33%; width: 30%; display: flex; - justify-content: center; - align-items: center; + justify-content: end; + align-items: end; } -- cgit v1.1