I am experiencing an issue where the text in my h2 tag
is not aligned with the left of the element, as shown in the picture.
Is there a way to eliminate this blank space or make the text stick to the left?
Below are the CSS attributes being used:
h2 {
font-size: 5.2em;
font-family: UniSans;
word-spacing: 1px;
}
Here is a link to the issue on JSFiddle. Any help in resolving the top blank space would be greatly appreciated.