Skip to content

Commit

Permalink
CSS title size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed May 7, 2024
1 parent f9fca5d commit bec44e6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions 01JHU_INST-JHU/css/details-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
}

0 comments on commit bec44e6

Please sign in to comment.