aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-03-15 16:19:21 +0100
committerAlex Auvolat <alex@adnab.me>2024-03-15 16:19:21 +0100
commit6150eba66beb96d03a3e2af839737e3ef4c0a086 (patch)
tree47670e58385f6f2552d82bed5a359187670c9e1f /static
parentec546004d3b1619c12574f5c0aa0fc4272b7201f (diff)
downloaddatagengo-6150eba66beb96d03a3e2af839737e3ef4c0a086.tar.gz
datagengo-6150eba66beb96d03a3e2af839737e3ef4c0a086.zip
generation is POST and we have a <form> now
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index c09e15b..fbe8e7d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -171,3 +171,7 @@ details .chars {
#gen_section.gen_hidden #gen_ex_display rt {
visibility: hidden;
}
+
+form p {
+ text-align: center;
+}