From 6bdf0c7357e04ee7d1f721199b4d48f4bc7da29d Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 14 May 2020 05:51:22 -0400 Subject: set line-height only for the #content don't mess with the height of action buttons in the top menu --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'local.css') diff --git a/local.css b/local.css index 030dc258..72a07eb9 100644 --- a/local.css +++ b/local.css @@ -2,4 +2,4 @@ /* Add local styling here, instead of modifying style.css. */ -body { line-height: 1.5 } +#content { line-height: 1.5 } -- cgit v1.2.3