diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-09 16:15:17 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-09 16:15:17 +0800 |
commit | 87175801b75d4e67a4f33e93bd7c63c79c7ee4f3 (patch) | |
tree | a8862cd86c38700406188d8f4aa9ee4421a98320 /www/assets/style.css | |
parent | 391c4c53416dfbaf70f71da33fe42528042c4277 (diff) |
add abbr for markdown
Diffstat (limited to 'www/assets/style.css')
-rw-r--r-- | www/assets/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www/assets/style.css b/www/assets/style.css index 04bc72e..55f5223 100644 --- a/www/assets/style.css +++ b/www/assets/style.css | |||
@@ -10,14 +10,18 @@ footer * { | |||
10 | 10 | ||
11 | main { | 11 | main { |
12 | h1 { | 12 | h1 { |
13 | margin: auto auto; | 13 | margin: 1.5rem auto; |
14 | width: fit-content; | 14 | width: fit-content; |
15 | } | 15 | } |
16 | h2 { | 16 | h2 { |
17 | margin: 2.5rem 0 0 -0.7rem; | 17 | margin: 1.5rem 0 1.5rem -0.7rem; |
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||
21 | abbr { | ||
22 | cursor: help; | ||
23 | } | ||
24 | |||
21 | blockquote { | 25 | blockquote { |
22 | color: gray; | 26 | color: gray; |
23 | font-size: 1.2rem; | 27 | font-size: 1.2rem; |