Skip to content

Commit

Permalink
Drop unused Bootstrap containers from grid example
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 23, 2024
1 parent 3d7dece commit c3fd41b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions site/content/docs/0.0/examples/grid/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,7 @@ <h2 class="mt-4">Containers</h2>
<p>Container classes in OUDS Web allow containers that are 100% wide until a particular breakpoint.</p>
</div>

<div class="container themed-container text-center"><code>.container</code></div>
<div class="container-xs themed-container text-center"><code>.container-xs</code></div>
<div class="container-sm themed-container text-center"><code>.container-sm</code></div>
<div class="container-md themed-container text-center"><code>.container-md</code></div>
<div class="container-lg themed-container text-center"><code>.container-lg</code></div>
<div class="container-xl themed-container text-center"><code>.container-xl</code></div>
<div class="container-2xl themed-container text-center"><code>.container-2xl</code></div>
<div class="container-3xl themed-container text-center"><code>.container-3xl</code></div>
<!-- OUDS mod: drop unused Bootstrap container classes -->
<div class="container-fluid themed-container text-center"><code>.container-fluid</code></div>
<div class="container-fluid container-max-width themed-container text-center"><code>.container-fluid</code> with <code>.container-max-width</code></div>
<div class="container-fluid container-max-width themed-container text-center"><code>.container-fluid.container-max-width</code></div>
</main>

0 comments on commit c3fd41b

Please sign in to comment.