From fff245eaa5db1289a652da41ff7826bd368d7180 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 26 Sep 2023 13:12:26 +0200 Subject: add readme to site; style for batches; order kanji like in sentences --- static/style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 329817f..8721461 100644 --- a/static/style.css +++ b/static/style.css @@ -44,3 +44,16 @@ td { details .chars { font-size: 3rem; } + +.about_page, .batch_page { + max-width: 800px; + margin: auto; + text-align: justify; +} + +.about_page h2 { + border-bottom: 1px solid #aaa; +} +.about_page h3:before { + content: "➤ "; +} -- cgit v1.2.3