Skip to content

Commit

Permalink
Removed unnecesary.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelcanosantana committed Nov 25, 2023
1 parent 21637dc commit a0d2917
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions Pages/Home.razor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="container py-4">

<div class="p-5 mb-4 bg-body-tertiary rounded-3">
<div class="container-fluid py-5">
<div class="container-fluid">

<div class="container">
<div class="row">
Expand All @@ -28,28 +28,5 @@
</div>
</div>

<div class="row align-items-md-stretch">
<div class="col-md-6">
<div class="h-100 p-5 text-bg-dark rounded-3">
<h2>Change the background</h2>
<p>Swap the background-color utility and add a `.text-*` color
utility to mix up the jumbotron look. Then, mix and match with
additional component themes and more.</p>

<button class="btn btn-outline-dark" type="button">Example button</button>
</div>
</div>
<div class="col-md-6">
<div class="h-100 p-5 bg-body-tertiary border rounded-3">
<h2>Add borders</h2>
<p>Or, keep it light and add a border for some added
definition to the boundaries of your content. Be sure to look under the
hood at the source HTML here as we've adjusted the alignment and sizing
of both column's content for equal-height.</p>
<button class="btn btn-outline-secondary" type="button">Example button</button>
</div>
</div>
</div>

</div>
</main>

0 comments on commit a0d2917

Please sign in to comment.