Wells
Wells
Wells are used to give text an inset appearance
This is a standard well to display inset content.
This is a large well. It has more padding than a standard well.
This is a small well. It has less padding than a standard or large
well.
<div class="c-container--canvas">
<div class="row">
<div class="col-sm-12">
<div class="c-card">
<div class="c-card__content">
Wells are used to give text an inset appearance
<div class="well">
This is a standard well to display inset content.
</div>
<div class="well well-lg">
This is a large well. It has more padding than a standard well.
</div>
<div class="well well-sm">
This is a small well. It has less padding than a standard or large
well.
</div>
</div>
</div>
</div>
</div>
</div>