From 7dec5ad2cdfa24e969fb74b4a1e36bcbcdda7850 Mon Sep 17 00:00:00 2001 From: leafee98 Date: Mon, 23 Jan 2023 19:43:17 +0800 Subject: [PATCH] Ref: use 1.5 line-height for single page content --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 187edd5..581f675 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -380,6 +380,10 @@ body { /***** set up content style *****/ +.content { + line-height: 1.5; +} + .content code { font-family: var(--fonts-mono);