From 77bbf286f304eee816da5170e3d839b1c99a6281 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Thu, 17 Nov 2022 20:58:24 +0530 Subject: [PATCH] minor UI tweaks --- index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index c88531c..998a65e 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,8 @@ p { max-width: 70ch; - color: rgba(0, 0, 0, 0.9); + color: rgba(0, 0, 0, 0.8); + line-height: 1.5; } p, @@ -166,8 +167,6 @@ #result_box p { font-size: 1rem; line-height: 1.7; - max-width: 70ch; - opacity: 0.8; margin-top: 1rem; }