From 0b6b0bfa25d871cd7eb837876b2f07d4cac4cec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 21 Aug 2019 16:30:04 +0200 Subject: [PATCH] increase interline of wiki titles --- stylesheets/application.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stylesheets/application.scss b/stylesheets/application.scss index f952c16..18543f5 100644 --- a/stylesheets/application.scss +++ b/stylesheets/application.scss @@ -175,15 +175,19 @@ div.wiki { .wiki h1 { font-size: 28px; + line-height: 120%; } .wiki h2 { font-size: 24px; + line-height: 120%; } .wiki h3 { font-size: 20px; + line-height: 120%; } .wiki h4 { font-size: 18px; + line-height: 120%; } #content a.wiki-anchor { color: #f0f0f0;