
Hunter T. answered 12/27/20
Senior Software Engineer with a passion for web design
Hiya,
A jumbotron is just a div with padding and a bottom margin, by default it is already responsive, although you may want to increase/decrease your padding based on screen size. For reference when inspecting bootstraps jumbotron class, this is the only css that is used:
Further styling is applied to each of the child components in order to achieve design, but a jumbotron is essentially just a padded container
👨🏼💻 Cheers!