The problem is the style you've added !important
to.
If you reduce this font size down, you should see the problem reduce.
#blog-title {
font-size: 25px !important;
...
}
The problem is the style you've added !important
to.
If you reduce this font size down, you should see the problem reduce.
#blog-title {
font-size: 25px !important;
...
}