Mobile font size small and unchanging

Hi,

I have been setting up my site using shapely but cannot get my head around increasing the mobile font size. I have tried
@media (max-width: 767px){
body p {
font-size: 20px;
}

in custom css as per another post but there is no increase at all.
kierandrew.com is the site. At the moment it is far too small for mobile users. please could you assist me with this?

(the parallex section is fine but the articles/blog posts pages/about me are much smaller)

hi - anyone free to help with this please?

Hey there

your code is not correct, try this one:

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