diff --git a/static/css/s2.css b/static/css/s2.css index f16cb24924..97126706b5 100644 --- a/static/css/s2.css +++ b/static/css/s2.css @@ -3264,7 +3264,7 @@ a.navBlockTitle:hover { } .navBlockTitle .int-he, .navBlockDescription .int-he { - font-size: 122%; + font-size: 100%; } .interface-english .navBlockDescription.clamped .int-en, @@ -4594,7 +4594,8 @@ details .open-details::before { justify-content: space-between; font-style: normal; font-weight: normal; - font-size: 14px; + font-family: var(--hebrew-font-conditional); + font-size: 16px; line-height: 20px; color: #666666; } @@ -12701,7 +12702,7 @@ section.SheetSource .SheetOutsideBiText { font-size: 20px; color: black; text-align: center; - padding: 10px 0; + padding: 10px 10px; margin: 0; margin-inline-end: 30px; cursor: pointer; diff --git a/static/js/TopicsPage.jsx b/static/js/TopicsPage.jsx index 3b182fde53..96be14549e 100644 --- a/static/js/TopicsPage.jsx +++ b/static/js/TopicsPage.jsx @@ -59,7 +59,8 @@ const TopicsPage = ({setNavTopic, multiPanel, initialWidth}) => { const TrendingTopicsBox = () => (