I have some text, a page title, then on the same line just to the right of said title is an hr-tag vertically centered. Everything is positioned using Neat's grid framework. It is responsive for the most part - the hr line resizes etc.. but also begins to overlap onto the text on it's left at a certain point.
How can I avoid this? Should I not be using an hr tag? If not, what are the alternatives?
End goal is to have something like this "Page Title -----------------------" with the line being solid, vertically centered, and responsive.
Solutions, thoughts, suggestions??