Hi,
I want a larger font in the tablet view of the website. So I changed the existing css declaration inside tablet.css.
The existing one is:
body {
font-size: 14px;
}
to body {
font-size: 17px;
}
This change is not picked up by the template: it keeps using the 14px value.
I flushed all caches, opened and closed the site x-times: nothing changes at all.
What am I doing wrong?
Thank you.
Paul