Font size in lists on mobile

Apologies if there is a known fix for this but I’ve been searching and I can’t find anything that helps. When on mobile, the font size in tables and lists becomes bigger than other text - this isn’t an issue on desktop. Is there any way of fixing this?

So I’m not sure whether I have inadvertently fixed this with the following code:

@media (max-width: 767px){
body p {
font-size: 14px;
}
}

Which has increased the font size of the body text everywhere else rather than decreasing the font size of the text in lists and tables! It seems to work…

Hey there

Well, nice solution, there is nothing to worry about it if you like the result :slight_smile: