From 6b942ef28896ccc54905354cf0bcf247354f122f Mon Sep 17 00:00:00 2001 From: Kohei Watanabe Date: Wed, 24 Aug 2022 13:31:27 +0900 Subject: [PATCH] line-height: 2 --- app/src/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/app.css b/app/src/app.css index 0393abc..fbe77e4 100644 --- a/app/src/app.css +++ b/app/src/app.css @@ -7,3 +7,7 @@ header { a[href^="/"] { text-decoration: none; } + +main * { + line-height: 2; +}