aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-10-06 14:30:48 +0200
committerAlex Auvolat <alex@adnab.me>2023-10-06 14:30:57 +0200
commitd602f00607aa23cf49485637fc88f0484746a80d (patch)
treeb46378d040b830ea0b950f3e1046dd2a4b3694d8 /static
parentb6f598bb5ecafc9239b7140dd23596ddec168eab (diff)
downloaddatagengo-d602f00607aa23cf49485637fc88f0484746a80d.tar.gz
datagengo-d602f00607aa23cf49485637fc88f0484746a80d.zip
improve vocab table format
Diffstat (limited to 'static')
-rw-r--r--static/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 384388e..7c26ea0 100644
--- a/static/style.css
+++ b/static/style.css
@@ -67,3 +67,10 @@ details .chars {
.about_page h3:before {
content: "➤ ";
}
+
+.vocabtable {
+ min-width: 50%;
+ margin: auto;
+ margin-top: 8px;
+ margin-bottom: 8px;
+}