This issue relates to size and CSS, I am using Twitter Bootstrap for my front-end. I've uploaded a logo (709x134) and this is what's in my style.css file:
Should I change anything in here? I've already increased the width by 20 pixels. The logo looks better in Firefox than in Chrome.
Thanks!
Code:
.navbar-brand {
float: left;
padding: 12px 15px;
font-size: 19px;
line-height: 21px;
height: 62px;
max-width: 220px;
display: table;
}Should I change anything in here? I've already increased the width by 20 pixels. The logo looks better in Firefox than in Chrome.
Thanks!