From a9885a9e7e6db1f2ca177eab6d5a4918cd9a94ef Mon Sep 17 00:00:00 2001 From: Svetlana Rastegina Date: Mon, 15 Mar 2021 22:54:22 +0100 Subject: [PATCH] Changed title font size on page rezult. --- webapp/src/main/webapp/themes/iph/css/iph.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index bd8e8d6f8..c58f1d57d 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -1231,7 +1231,12 @@ input.search-homepage { font-size: 1rem; } #searchQueryResults { - font-size: 1rem; + font-size: 1.3rem; + font-family: "IPH Astra Serif"; + margin-top: 25px; + color: #8B4513; + border-bottom: 1px solid #8B4513; + padding-bottom: 6px; } #limitedToType { font-size: 1rem;