diff options
author | Alex Auvolat <alex@adnab.me> | 2024-03-15 16:19:21 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-03-15 16:19:21 +0100 |
commit | 6150eba66beb96d03a3e2af839737e3ef4c0a086 (patch) | |
tree | 47670e58385f6f2552d82bed5a359187670c9e1f /static | |
parent | ec546004d3b1619c12574f5c0aa0fc4272b7201f (diff) | |
download | datagengo-6150eba66beb96d03a3e2af839737e3ef4c0a086.tar.gz datagengo-6150eba66beb96d03a3e2af839737e3ef4c0a086.zip |
generation is POST and we have a <form> now
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
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; +} |