PenciDesign replied
Hi,
Unfortunately, currently this theme doesn't support to change the font size for mobile devices when you change the font size. We will consider to add more this feature in the future updates.
Now, you can add more this code to Customize > Addinational CSS to change the font-size for excerpt for Block 5 on mobile:
\
@media screen and (max-width: 480px){\
.penci-block_5 .penci-post-excerpt{ font-size: 16px; }\
}\
Best Regards,
PenciDesign