1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00
This commit is contained in:
Mark Otto
2022-06-12 08:22:22 -07:00
committed by Mark Otto
parent 0a3864641b
commit a9ef305b81

View File

@@ -63,6 +63,7 @@ Bootstrap's grid system can adapt across all six default breakpoints, and any br
As noted above, each of these breakpoints have their own container, unique class prefix, and modifiers. Here's how the grid changes across these breakpoints: As noted above, each of these breakpoints have their own container, unique class prefix, and modifiers. Here's how the grid changes across these breakpoints:
<div class="table-responsive">
<table class="table mb-4"> <table class="table mb-4">
<thead> <thead>
<tr> <tr>
@@ -134,6 +135,7 @@ As noted above, each of these breakpoints have their own container, unique class
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
## Auto-layout columns ## Auto-layout columns