The size of following line didn’t look so well, so changed it:
WAUTOM.COM CHINAAUTOBLOG.COM
Original code in styles.css
#site-title {
float: left;
font-size: 30px;
line-height: 36px;
margin: 0 0 18px 0;
width: 700px;
}
changed to the new code:
#site-title {
float: left;
font-size: 26px;
line-height: 60px;
margin: 0 0 10px 0;
width: 700px;
}
Leave a Reply