Is there a way to remove the extra whitespace added under the first line when making the first letter of a paragraph bigger than the rest of the text? I already tried adjusting padding and margins on p::first-line without success.
p{ line-height: 1.4; }
p::first-letter { font-size: 450%; }
If you want to check out the codepen, click here.