summaryrefslogtreecommitdiff
path: root/docs/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 15:57:14 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 23:00:18 +0200
commit68f0d3ff12520045c144e28417ff347f89fb721a (patch)
treeb5ccc4b9c7611ac13171db831db07e3bfbf22785 /docs/style.css
parentcfcbf1dafb2517239085cc910541951f807f4999 (diff)
downloadsystemd-68f0d3ff12520045c144e28417ff347f89fb721a.tar.gz
docs: add reasonable difference between h2 and h3 font-size
Diffstat (limited to 'docs/style.css')
-rw-r--r--docs/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/style.css b/docs/style.css
index 981cdc1b53..43bc86003a 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -51,7 +51,10 @@ h1 {
}
h2 {
margin-top: 3rem;
- font-size: 1.2rem;
+ font-size: 1.25rem;
+}
+h3 {
+ font-size: 1.15rem;
}
a {
font-weight: 600;