aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-09-26 13:12:26 +0200
committerAlex Auvolat <alex@adnab.me>2023-09-26 13:12:26 +0200
commitfff245eaa5db1289a652da41ff7826bd368d7180 (patch)
tree709bfd4ea485a6a95ab9d03d8ebb37477663ddd1 /static
parent9729e8f0ac43516c2c7d25f7e51c46df0be27ab6 (diff)
downloaddatagengo-fff245eaa5db1289a652da41ff7826bd368d7180.tar.gz
datagengo-fff245eaa5db1289a652da41ff7826bd368d7180.zip
add readme to site; style for batches; order kanji like in sentences
Diffstat (limited to 'static')
-rw-r--r--static/style.css13
1 files changed, 13 insertions, 0 deletions
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: "➤ ";
+}