Skip to content

Commit 10a3e0b

Browse files
committed
BS Demo
1 parent 9899472 commit 10a3e0b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

_includes/snippets/bootstrapdemo.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1312,59 +1312,59 @@ <h3 id="cards">Cards</h3>
13121312
</div>
13131313
</div>
13141314
<div class="row">
1315-
<div class="col-lg-6">
1315+
<div class="col-md-6">
13161316
<div class="bs-component">
13171317
<h4 id="cards-bg">Background</h4>
1318-
<div class="card bg-primary mb-3" style="max-width: 20rem;">
1318+
<div class="card bg-primary mb-3">
13191319
<div class="card-header">Header</div>
13201320
<div class="card-body">
13211321
<h5 class="card-title">Primary card title</h5>
13221322
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13231323
</div>
13241324
</div>
1325-
<div class="card bg-secondary mb-3" style="max-width: 20rem;">
1325+
<div class="card bg-secondary mb-3">
13261326
<div class="card-header">Header</div>
13271327
<div class="card-body">
13281328
<h5 class="card-title">Secondary card title</h5>
13291329
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13301330
</div>
13311331
</div>
1332-
<div class="card text-white bg-success mb-3" style="max-width: 20rem;">
1332+
<div class="card text-white bg-success mb-3" >
13331333
<div class="card-header">Header</div>
13341334
<div class="card-body">
13351335
<h5 class="card-title">Success card title</h5>
13361336
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13371337
</div>
13381338
</div>
1339-
<div class="card text-white bg-danger mb-3" style="max-width: 20rem;">
1339+
<div class="card text-white bg-danger mb-3">
13401340
<div class="card-header">Header</div>
13411341
<div class="card-body">
13421342
<h5 class="card-title">Danger card title</h5>
13431343
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13441344
</div>
13451345
</div>
1346-
<div class="card text-white bg-warning mb-3" style="max-width: 20rem;">
1346+
<div class="card text-white bg-warning mb-3" >
13471347
<div class="card-header">Header</div>
13481348
<div class="card-body">
13491349
<h5 class="card-title">Warning card title</h5>
13501350
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13511351
</div>
13521352
</div>
1353-
<div class="card text-white bg-info mb-3" style="max-width: 20rem;">
1353+
<div class="card text-white bg-info mb-3" >
13541354
<div class="card-header">Header</div>
13551355
<div class="card-body">
13561356
<h5 class="card-title">Info card title</h5>
13571357
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13581358
</div>
13591359
</div>
1360-
<div class="card bg-light mb-3" style="max-width: 20rem;">
1360+
<div class="card bg-light mb-3" >
13611361
<div class="card-header">Header</div>
13621362
<div class="card-body">
13631363
<h5 class="card-title">Light card title</h5>
13641364
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13651365
</div>
13661366
</div>
1367-
<div class="card text-white bg-dark mb-3" style="max-width: 20rem;">
1367+
<div class="card text-white bg-dark mb-3" >
13681368
<div class="card-header">Header</div>
13691369
<div class="card-body">
13701370
<h5 class="card-title">Dark card title</h5>
@@ -1373,59 +1373,59 @@ <h5 class="card-title">Dark card title</h5>
13731373
</div>
13741374
</div>
13751375
</div>
1376-
<div class="col-lg-6">
1376+
<div class="col-md-6">
13771377
<div class="bs-component">
13781378
<h4 id="cards-out">Outline</h4>
1379-
<div class="card text-primary border-primary mb-3" style="max-width: 20rem;">
1379+
<div class="card text-primary border-primary mb-3" >
13801380
<div class="card-header">Header</div>
13811381
<div class="card-body">
13821382
<h5 class="card-title">Primary card title</h5>
13831383
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13841384
</div>
13851385
</div>
1386-
<div class="card text-secondary border-secondary mb-3" style="max-width: 20rem;">
1386+
<div class="card text-secondary border-secondary mb-3" >
13871387
<div class="card-header">Header</div>
13881388
<div class="card-body">
13891389
<h5 class="card-title">Secondary card title</h5>
13901390
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13911391
</div>
13921392
</div>
1393-
<div class="card text-success border-success mb-3" style="max-width: 20rem;">
1393+
<div class="card text-success border-success mb-3" >
13941394
<div class="card-header">Header</div>
13951395
<div class="card-body">
13961396
<h5 class="card-title">Success card title</h5>
13971397
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
13981398
</div>
13991399
</div>
1400-
<div class="card text-danger border-danger mb-3" style="max-width: 20rem;">
1400+
<div class="card text-danger border-danger mb-3" >
14011401
<div class="card-header">Header</div>
14021402
<div class="card-body">
14031403
<h5 class="card-title">Danger card title</h5>
14041404
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
14051405
</div>
14061406
</div>
1407-
<div class="card text-warning border-warning mb-3" style="max-width: 20rem;">
1407+
<div class="card text-warning border-warning mb-3" >
14081408
<div class="card-header">Header</div>
14091409
<div class="card-body">
14101410
<h5 class="card-title">Warning card title</h5>
14111411
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
14121412
</div>
14131413
</div>
1414-
<div class="card text-info border-info mb-3" style="max-width: 20rem;">
1414+
<div class="card text-info border-info mb-3" >
14151415
<div class="card-header">Header</div>
14161416
<div class="card-body">
14171417
<h5 class="card-title">Info card title</h5>
14181418
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
14191419
</div>
14201420
</div>
1421-
<div class="card border-light mb-3" style="max-width: 20rem;">
1421+
<div class="card border-light mb-3" >
14221422
<div class="card-header">Header</div>
14231423
<div class="card-body">
14241424
<h5 class="card-title">Light card title</h5>
14251425
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
14261426
</div>
14271427
</div>
1428-
<div class="card border-dark mb-3" style="max-width: 20rem;">
1428+
<div class="card border-dark mb-3" >
14291429
<div class="card-header">Header</div>
14301430
<div class="card-body">
14311431
<h5 class="card-title">Dark card title</h5>

0 commit comments

Comments
 (0)