aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--example/var/www/html/SledjChisl.css4
1 files 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
83 height: 33%; 83 height: 33%;
84 width: 30%; 84 width: 30%;
85 display: flex; 85 display: flex;
86 justify-content: end; 86 justify-content: start;
87 align-items: end; 87 align-items: end;
88} 88}
89.bottom-right 89.bottom-right
@@ -94,6 +94,6 @@ textarea
94 height: 33%; 94 height: 33%;
95 width: 30%; 95 width: 30%;
96 display: flex; 96 display: flex;
97 justify-content: end; 97 justify-content: start;
98 align-items: end; 98 align-items: end;
99} 99}