Hi everyone, I have a small problem. After building my site, I went into style.css to change the overall font size. I did that here at the beginning:
body {
font-size: 16px;
font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
background: #fff;
color: #000;
line-height: 1.4em;
/* font-weight: 300; */
After I changed it my side menu and project text are now overlapping, there is no separation between them. I changed it back and still the same. Can anyone help? Thanks.