From 0fdc72ca3218c9ad459d8fc5a2eba514f98e61b8 Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Tue, 23 Mar 2021 14:43:28 +0100 Subject: [PATCH] Fixed padding top text exerpts. --- webapp/src/main/webapp/themes/iph/css/iph.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 3f065f6e..7af8ce79 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -2383,6 +2383,7 @@ span.subclassExpandMinus { .htmlExcerpt >li >p.Textbody { font-family: "IPH Astra Serif" !important; font-size: 1.3rem !important; + padding-top: 10px!important; } .articleExcerpt >div.htmlExcerpt >p.Textbody >span { font-family: "IPH Astra Serif" !important;