commit | abd513e5bf3ee93c72a5826e72001cdd2cf03428 | [log] [tgz] |
---|---|---|
author | matheusfillipe <matheusfillipeag@gmail.com> | Tue May 11 03:29:11 2021 -0300 |
committer | matheusfillipe <matheusfillipeag@gmail.com> | Tue May 11 03:29:11 2021 -0300 |
tree | 2f6a4ef53e92e37729e07d58d7a68cb7db767d33 |
test phase
diff --git a/static/main.css b/static/main.css new file mode 100644 index 0000000..95883c7 --- /dev/null +++ b/static/main.css
@@ -0,0 +1,9 @@ +body { +} +#reload_captcha { + display: inline; +} +#main_container { + width: clamp(400px,70%,700px); + margin-bottom: 200px; +}