File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -506,11 +506,21 @@ <h2>Section</h2>
506
506
Sectioned content
507
507
</ div >
508
508
</ div >
509
- < div class ="c-demo-card ">
509
+ < div class ="c-demo-card u-push-bottom-md ">
510
+ < div class ="o-section-sm ">
511
+ Sectioned content (small)
512
+ </ div >
513
+ </ div >
514
+ < div class ="c-demo-card u-push-bottom-md ">
510
515
< div class ="o-section-md@lg ">
511
516
Sectioned content at breakpoint
512
517
</ div >
513
518
</ div >
519
+ < div class ="c-demo-card ">
520
+ < div class ="o-section-sm o-section-md@lg ">
521
+ Sectioned content at breakpoint
522
+ </ div >
523
+ </ div >
514
524
</ section >
515
525
516
526
< section class ="o-section-md " id ="flag ">
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ $nb-list-spacing: (
27
27
) !default ;
28
28
29
29
$nb-section-spacing : (
30
+ sm : $nb-spacing-unit ,
30
31
md : $nb-spacing-unit-double
31
32
) !default ;
32
33
You can’t perform that action at this time.
0 commit comments