From 57e17c03b1dd5dd74d01c5960ce0048fef9c5c85 Mon Sep 17 00:00:00 2001 From: Bhavdeep21 <55994813+Bhavdeep21@users.noreply.github.com> Date: Thu, 17 Oct 2019 23:58:06 +0530 Subject: [PATCH] new height line --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 99d9d5f..308a112 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ body{ background:#92bde7; color:#485e74; - line-height:1.6; + line-height:2.4; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; padding:1em; }