diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:37:14 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:37:14 +0800 |
commit | 6e2cfec16aa1481ac73317f6b7b29d7733a1a42d (patch) | |
tree | 968de73b449a97c3b3fe3e8e47ce152c06510a38 /www/assets/res/css/base.css | |
parent | f2549905c848bcad28cb1f32373aed9cdcb43921 (diff) | |
download | crupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.tar.gz crupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.tar.bz2 crupest-6e2cfec16aa1481ac73317f6b7b29d7733a1a42d.zip |
www: update article preview sep.
Diffstat (limited to 'www/assets/res/css/base.css')
-rw-r--r-- | www/assets/res/css/base.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/assets/res/css/base.css b/www/assets/res/css/base.css index 4449c40..77cd804 100644 --- a/www/assets/res/css/base.css +++ b/www/assets/res/css/base.css @@ -20,6 +20,12 @@ body { background-color: var(--body-bg-color); } +/* https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/Heading_Elements#specifying_a_uniform_font_size_for_h1 */ +h1 { + margin-block: 0.67em; + font-size: 2em; +} + .mono { font-family: monospace; } |