After creating a webpage, I realized that it wasn't responsive. Now I am in the process of recreating the page and have a dilemma on whether to use container or container-fluid. Based on some blogs I've read, container-fluid seems like a better option so I have decided to go with container-fluid.
However, I'm facing an issue where I'm not getting space from the left and right sides. Can I simply add padding: 80px on both sides? Will this affect how the webpage looks on other devices such as laptops, tablets, and mobile phones?