I've been at it for hours experimenting with different methods, but I just can't seem to move these buttons.
Figuring out how to override the CSS and apply margin tricks is proving to be a challenge.
All I really want is for everything within the jumbotron - text and button group alike - to be perfectly centered.
<template name="Jumbotron">
<div class="jumbotron center">
<h1>Hello, world!</h1>
<p>Get Started Now</p>
<div class="btn-toolbar">
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
<a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</div>
</div>
</template>