aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example/var/www/html/SledjChisl.css8
1 files 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
83 height: 33%; 83 height: 33%;
84 width: 30%; 84 width: 30%;
85 display: flex; 85 display: flex;
86 justify-content: center; 86 justify-content: end;
87 align-items: center; 87 align-items: end;
88} 88}
89.bottom-right 89.bottom-right
90{ 90{
@@ -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: center; 97 justify-content: end;
98 align-items: center; 98 align-items: end;
99} 99}