From 17bbfb610fb7a9894be86c4cd6512df07338c16c Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 10 Sep 2021 14:37:46 +1000 Subject: More CSS tweaking. Bottom stuff aligned left at the bottom. --- example/var/www/html/SledjChisl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index ce2ca74..718f5aa 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css @@ -83,7 +83,7 @@ textarea height: 33%; width: 30%; display: flex; - justify-content: end; + justify-content: start; align-items: end; } .bottom-right @@ -94,6 +94,6 @@ textarea height: 33%; width: 30%; display: flex; - justify-content: end; + justify-content: start; align-items: end; } -- cgit v1.1