From 2a637ce28090d98606f1bb8c12786060af5fa838 Mon Sep 17 00:00:00 2001 From: Akhil Gupta Date: Tue, 9 Mar 2021 10:24:13 +0530 Subject: [PATCH] css optimizations for the list view --- client/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/client/index.html b/client/index.html index 5c78047..120b3fd 100644 --- a/client/index.html +++ b/client/index.html @@ -101,6 +101,20 @@ .tag-editor>div{ margin-bottom: 15px;; } + + .list hr{ + margin-top: 0.5rem; + margin-bottom: 1.5rem; + } + .list h3{ + margin-bottom: 0rem; + } + .list p{ + margin-bottom: 1rem; + } + .list .u-full-width{ + width: 80%; + }