Skip to content

Commit aadb6d4

Browse files
Adjusts headings
1 parent 5663330 commit aadb6d4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
1515
<div class="container">
1616
<div class="row">
1717
<h1>Mobile Responsive Tables</h1>
18+
<h4>Resize your screen or toggle Device Toolbar on Dev Tools to see it in action</h1>
1819
</div>
1920
<div class="row">
2021
<div class="col">
2122
<div class="card">
2223
<div class="card-body">
2324
<h5 class="card-title">Basic Table</h5>
24-
<h6 class="card-subtitle mb-2 text-muted">Basic table usage with default Bootstrap 5 table stylings</h6>
25+
<h6 class="card-subtitle mb-2 text-muted">Basic table usage with default Bootstrap 5 table stylings are defaulted</h6>
2526

2627
<table class="table table-striped table-hover">
2728
<caption>List of users</caption>
@@ -57,7 +58,7 @@ <h6 class="card-subtitle mb-2 text-muted">Basic table usage with default Bootstr
5758
<div class="card">
5859
<div class="card-body">
5960
<h5 class="card-title">Sided Layout</h5>
60-
<h6 class="card-subtitle mb-2 text-muted">Basic table usage with default Bootstrap 5 table stylings</h6>
61+
<h6 class="card-subtitle mb-2 text-muted">Use class <code>table-mobile-sided</code> on your <code>table</code> to switch to Sided Layout</h6>
6162

6263
<table class="table table-striped table-hover table-mobile-sided">
6364
<caption>List of users</caption>

0 commit comments

Comments
 (0)