From 0bd897d62eb30f22bac11ca92bcd32fefe3914ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Tue, 23 Aug 2022 21:30:26 +0200 Subject: [PATCH] [style] Center note top title. --- static/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 6fca0bc..5ba7e98 100644 --- a/static/style.css +++ b/static/style.css @@ -36,7 +36,11 @@ html, body { } /* Headers */ -h1 { +body > .node > h1 { + text-align: center; +} + +.node .node h1 { font-size: 150%; }