Hi,
I want to adjust the text sizes on the website. In the base.css I want to adjust the font from 13px to 15px:
body {
font: 13px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
/*-webkit-font-smoothing: antialiased; Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
}
If I do this the Menu and the Twitter stream also gets adjusted and become to big. The menu items do not fit on one row anymore and the twitter stream become to present. How can I change only the font of the blog and portfolio posts and not the rest?
Thanks.
Mark














