diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-06 14:30:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-06 14:30:57 +0200 |
commit | d602f00607aa23cf49485637fc88f0484746a80d (patch) | |
tree | b46378d040b830ea0b950f3e1046dd2a4b3694d8 /static/style.css | |
parent | b6f598bb5ecafc9239b7140dd23596ddec168eab (diff) | |
download | datagengo-d602f00607aa23cf49485637fc88f0484746a80d.tar.gz datagengo-d602f00607aa23cf49485637fc88f0484746a80d.zip |
improve vocab table format
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 7 |
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; +} |