diff options
author | onefang | 2021-09-10 14:31:15 +1000 |
---|---|---|
committer | onefang | 2021-09-10 14:31:15 +1000 |
commit | 16053a489d1549b8104c8ec3a85d96a0f3197815 (patch) | |
tree | 2de4b35ea6c30c55d3532382d6258ee263dfe3ad | |
parent | Tweak the CSS a bit. (diff) | |
download | opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.zip opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.gz opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.bz2 opensim-SC-16053a489d1549b8104c8ec3a85d96a0f3197815.tar.xz |
Copy pasta error, end aligned, not center.
-rw-r--r-- | example/var/www/html/SledjChisl.css | 8 |
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 | } |