From add728eb6d6141eff7b4b8c25fc969bb787ad9ef Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 28 Jan 2021 19:49:46 +0100 Subject: [PATCH] [Style] Better titles display --- web/style/style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/style/style.scss b/web/style/style.scss index 3738e6e..d29c7d5 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -239,7 +239,10 @@ header { } h1, h2, h3, h4, h5, h6 { - text-align: center; + font-family: serif; + font-style: italic; + margin-left: 2em; + margin-right: 60px; } h2 {