Also I don't think the bootstrap col-lg-6 is working quite how you want it to. Might be better to do something like:
content
That way when the window size jumps from medium to large, the content won't stretch out too much (which I'm assuming is why you did that) but will also stay centered.
Also I don't think the bootstrap col-lg-6 is working quite how you want it to. Might be better to do something like:
That way when the window size jumps from medium to large, the content won't stretch out too much (which I'm assuming is why you did that) but will also stay centered.