@@ -1312,59 +1312,59 @@ <h3 id="cards">Cards</h3>
1312
1312
</ div >
1313
1313
</ div >
1314
1314
< div class ="row ">
1315
- < div class ="col-lg -6 ">
1315
+ < div class ="col-md -6 ">
1316
1316
< div class ="bs-component ">
1317
1317
< 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 ">
1319
1319
< div class ="card-header "> Header</ div >
1320
1320
< div class ="card-body ">
1321
1321
< h5 class ="card-title "> Primary card title</ h5 >
1322
1322
< 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 >
1323
1323
</ div >
1324
1324
</ div >
1325
- < div class ="card bg-secondary mb-3 " style =" max-width: 20rem; " >
1325
+ < div class ="card bg-secondary mb-3 ">
1326
1326
< div class ="card-header "> Header</ div >
1327
1327
< div class ="card-body ">
1328
1328
< h5 class ="card-title "> Secondary card title</ h5 >
1329
1329
< 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 >
1330
1330
</ div >
1331
1331
</ 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 " >
1333
1333
< div class ="card-header "> Header</ div >
1334
1334
< div class ="card-body ">
1335
1335
< h5 class ="card-title "> Success card title</ h5 >
1336
1336
< 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 >
1337
1337
</ div >
1338
1338
</ 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 ">
1340
1340
< div class ="card-header "> Header</ div >
1341
1341
< div class ="card-body ">
1342
1342
< h5 class ="card-title "> Danger card title</ h5 >
1343
1343
< 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 >
1344
1344
</ div >
1345
1345
</ 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 " >
1347
1347
< div class ="card-header "> Header</ div >
1348
1348
< div class ="card-body ">
1349
1349
< h5 class ="card-title "> Warning card title</ h5 >
1350
1350
< 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 >
1351
1351
</ div >
1352
1352
</ 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 " >
1354
1354
< div class ="card-header "> Header</ div >
1355
1355
< div class ="card-body ">
1356
1356
< h5 class ="card-title "> Info card title</ h5 >
1357
1357
< 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 >
1358
1358
</ div >
1359
1359
</ div >
1360
- < div class ="card bg-light mb-3 " style =" max-width: 20rem; " >
1360
+ < div class ="card bg-light mb-3 " >
1361
1361
< div class ="card-header "> Header</ div >
1362
1362
< div class ="card-body ">
1363
1363
< h5 class ="card-title "> Light card title</ h5 >
1364
1364
< 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 >
1365
1365
</ div >
1366
1366
</ 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 " >
1368
1368
< div class ="card-header "> Header</ div >
1369
1369
< div class ="card-body ">
1370
1370
< h5 class ="card-title "> Dark card title</ h5 >
@@ -1373,59 +1373,59 @@ <h5 class="card-title">Dark card title</h5>
1373
1373
</ div >
1374
1374
</ div >
1375
1375
</ div >
1376
- < div class ="col-lg -6 ">
1376
+ < div class ="col-md -6 ">
1377
1377
< div class ="bs-component ">
1378
1378
< 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 " >
1380
1380
< div class ="card-header "> Header</ div >
1381
1381
< div class ="card-body ">
1382
1382
< h5 class ="card-title "> Primary card title</ h5 >
1383
1383
< 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 >
1384
1384
</ div >
1385
1385
</ 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 " >
1387
1387
< div class ="card-header "> Header</ div >
1388
1388
< div class ="card-body ">
1389
1389
< h5 class ="card-title "> Secondary card title</ h5 >
1390
1390
< 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 >
1391
1391
</ div >
1392
1392
</ 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 " >
1394
1394
< div class ="card-header "> Header</ div >
1395
1395
< div class ="card-body ">
1396
1396
< h5 class ="card-title "> Success card title</ h5 >
1397
1397
< 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 >
1398
1398
</ div >
1399
1399
</ 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 " >
1401
1401
< div class ="card-header "> Header</ div >
1402
1402
< div class ="card-body ">
1403
1403
< h5 class ="card-title "> Danger card title</ h5 >
1404
1404
< 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 >
1405
1405
</ div >
1406
1406
</ 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 " >
1408
1408
< div class ="card-header "> Header</ div >
1409
1409
< div class ="card-body ">
1410
1410
< h5 class ="card-title "> Warning card title</ h5 >
1411
1411
< 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 >
1412
1412
</ div >
1413
1413
</ 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 " >
1415
1415
< div class ="card-header "> Header</ div >
1416
1416
< div class ="card-body ">
1417
1417
< h5 class ="card-title "> Info card title</ h5 >
1418
1418
< 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 >
1419
1419
</ div >
1420
1420
</ div >
1421
- < div class ="card border-light mb-3 " style =" max-width: 20rem; " >
1421
+ < div class ="card border-light mb-3 " >
1422
1422
< div class ="card-header "> Header</ div >
1423
1423
< div class ="card-body ">
1424
1424
< h5 class ="card-title "> Light card title</ h5 >
1425
1425
< 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 >
1426
1426
</ div >
1427
1427
</ div >
1428
- < div class ="card border-dark mb-3 " style =" max-width: 20rem; " >
1428
+ < div class ="card border-dark mb-3 " >
1429
1429
< div class ="card-header "> Header</ div >
1430
1430
< div class ="card-body ">
1431
1431
< h5 class ="card-title "> Dark card title</ h5 >
0 commit comments