i noticed this too with modernized foundation. looks like you have modernized foundation enabled? if you revert to old foundation, i think it goes back to the larger size.
recent changes that were made to the foundation theme might have had an effect on font size:
i used this to fix it on my site
.uc-modernize-foundation-theme {
--d-topic-list-data-font-size: inherit;
}