Well, I've always developed websites with bootstrap and never modified the default container size that is 1170px because there was never a need. I now have a 1900 wide layout.
I also always use the sequence col-md-12 col-sm-12 col-xs-12
What is the correct procedure for adapting the container to the size of my layout? Do I have to use -lg- to develop websites whose screen is larger than 1200px?