Below are the styles I am currently working with:
.main-title {
background: #000;
color: #FFF;
font: normal 1.5em "League Gothic", "Arial Narrow", Arial, sans-serif;
text-transform: uppercase;
}
I'm facing an issue where the main-title
container has a varying height due to being a multi-line
title.
Is there a way to set consistent padding regardless of the height?