Hey,
I have a website set up with texts that are aligned to the left.
I want to make sure that all the texts that are aligned to the left do not touch the end of the window on any screens or devices.
Currently I have done this by specifying a padding-left for individual elements, but on some screens they still touch the side of the window. I want to make sure specifically that all elements do not cross the header logo.
How would I go about doing this?