That's a CB Activity menu. You won't be able to change the font size of that specifically for GJ. You can only do that for GJ menu items using the gjMenuItems CSS class. Why are you changing font size for just GJ instead of globally? CBs font size reset is as follows.
Code:
.cb_template {
font-size: 1rem;
}
You can override this as follows to change the base font size throughout CB.
Code:
.cb_template {
font-size: 2rem;
}
However your font should never be tiny. It scales based off your browsers accessibility so based off browser font size. If it's not then your Joomla template is breaking this accessibility as explained in the below topic.
www.joomlapolis.com/forum/6-news-and-publicity/239316-community-builder-2-2-bootstrap-4-release?start=6#305472