Hey everyone,
I am setting up my blog which can be found at wesbos.com/blog
My problem is that when I view the site in IE the text is huge. I tried changing the CSS, which is shown below, but whatever size I made it it is still a % bigger in IE.
body {
margin:0px 0;
padding:0;
color:#ccc;
background: #343434;
line-height: 1.4em; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Arial, Sans-Serif
}
Ive tried using 75% for font, and a few other things.
They all change the size, but when its perfect in firefox, its still way too big in IE.
I would prefer not to have a band-aid IF statement.
Any help would be appreciated.
Wes