diff options
Diffstat (limited to 'static')
-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; +} |