From aeebd5999d6e2df844fd7a3399ed727f3bc409ce Mon Sep 17 00:00:00 2001 From: leosw Date: Fri, 4 Jun 2021 20:44:35 +0200 Subject: [PATCH] Fix in community portal height --- views/css/d.index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/css/d.index.css b/views/css/d.index.css index 2fb50db..96dab5d 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -370,9 +370,10 @@ section .thumb { cursor: pointer; font-weight: 500; font-size: 1.1em; + line-height: 56px; } .action .title a, .action .title p { - padding: 15px 10px 15px 71px; + padding: 0 10px 0 71px; margin: 0; color: inherit; display: block;