Surprisingly, vw is actually pretty well supported.
Your only other option is basically changing .container
on the wrapper div to .container-fluid
, and using a .container
class in each section to contain the content.
I’m sure there are dozens of examples and ideas you could pull from the Live Examples thread if you want to see how others are doing it. But in reality, it’s just how you set up your CSS and Bootstrap classes, there’s nothing magical about it.