From d602f00607aa23cf49485637fc88f0484746a80d Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 6 Oct 2023 14:30:48 +0200 Subject: improve vocab table format --- static/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'static') 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; +} -- cgit v1.2.3