datahorror

Research Data Management Escape Room
git clone https://git.ce9e.org/datahorror.git

commit
48a11ac791ddf8d4f46cc6dcabbe62281f14c239
parent
9a080338767286f0115a0c6783ba8c5dbde99fe3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-19 07:35
css: reduce line height of headings

Diffstat

M assets/style.css 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/assets/style.css b/assets/style.css

@@ -10,6 +10,10 @@
   10    10     --color-fg: #fff;
   11    11 }
   12    12 
   -1    13 h1, h2, h3, h4, h5, h6 {
   -1    14     line-height: 1.2;
   -1    15 }
   -1    16 
   13    17 img {
   14    18     display: block;
   15    19     max-inline-size: 100%;