From bec44e621b815edb08ad07088bab8f4dd4322e40 Mon Sep 17 00:00:00 2001 From: Jamie Little Date: Tue, 7 May 2024 09:20:14 -0500 Subject: [PATCH] CSS title size fix --- 01JHU_INST-JHU/css/details-page.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/01JHU_INST-JHU/css/details-page.css b/01JHU_INST-JHU/css/details-page.css index 8fb5c24c..0474f2a0 100644 --- a/01JHU_INST-JHU/css/details-page.css +++ b/01JHU_INST-JHU/css/details-page.css @@ -23,11 +23,7 @@ } - h3.item-title { - font-size: 1.7em; - line-height: 1.2em; - margin: 10px 0 8px 0; - } + prm-location-items>md-list { display: none !important; @@ -36,8 +32,13 @@ prm-locations > div > h3.section-title { display: none; } - /* Needed to keep the title in the search results from being too large */ prm-brief-result .item-title { font-size: initial !important } + + prm-full-view h3.item-title { + font-size: 1.7em; + line-height: 1.2em; + margin: 10px 0 8px 0; + }