55---
66{% extends 'component.njk' %}
77{% block content %}
8- < h2 > 12-column Grid</ h2 >
8+ < h2 class =" hxSectionTitle " > 12-column Grid</ h2 >
99< p >
1010 The grid system requires loading < code > helix-ui.css</ code > into your application.
1111</ p >
1212
1313< section >
14- < h3 id ="bootstrap "> Bootstrap Compatibility</ h3 >
14+ < h3 class =" hxSubSectionTitle " id ="bootstrap "> Bootstrap Compatibility</ h3 >
1515 < ol >
1616 < li >
1717 < b > Avoid using Bootstrap containers</ b >
@@ -35,7 +35,7 @@ <h3 id="bootstrap">Bootstrap Compatibility</h3>
3535</ section >
3636
3737< section >
38- < h3 id ="automatic "> Automatic Columns</ h3 >
38+ < h3 class =" hxSubSectionTitle " id ="automatic "> Automatic Columns</ h3 >
3939 < div class ="alert alert-info ">
4040 < p >
4141 < b > NOTE:</ b > Automatic columns are overridden by < a href ="#responsive "> responsive classes</ a > .
@@ -92,7 +92,7 @@ <h3 id="automatic">Automatic Columns</h3>
9292</ section >
9393
9494< section >
95- < h3 id ="explicit "> Explicit Columns</ h3 >
95+ < h3 class =" hxSubSectionTitle " id ="explicit "> Explicit Columns</ h3 >
9696 < div class ="alert alert-info ">
9797 < p >
9898 If the sum of a row's columns exceeds 12, the columns will wrap.
@@ -182,7 +182,7 @@ <h3 id="explicit">Explicit Columns</h3>
182182</ section >
183183
184184< section >
185- < h3 id ="nesting "> Nesting Elements</ h3 >
185+ < h3 class =" hxSubSectionTitle " id ="nesting "> Nesting Elements</ h3 >
186186 < div class ="alert alert-info ">
187187 < p >
188188 < b > Do not apply row and column classes to the same element.</ b >
@@ -245,7 +245,7 @@ <h3 id="nesting">Nesting Elements</h3>
245245</ section >
246246
247247< section >
248- < h3 id ="offsetting "> Offsetting Columns</ h3 >
248+ < h3 class =" hxSubSectionTitle " id ="offsetting "> Offsetting Columns</ h3 >
249249 < p >
250250 You can use the < code > .hxOffset-N</ code > class (1 ≤ N ≤ 11)
251251 to offset your column from the start of the row.
@@ -326,7 +326,7 @@ <h3 id="offsetting">Offsetting Columns</h3>
326326</ section >
327327
328328< section >
329- < h3 id ="reordering "> Reordering Columns</ h3 >
329+ < h3 class =" hxSubSectionTitle " id ="reordering "> Reordering Columns</ h3 >
330330 < p >
331331 Use the < code > .hxOrder-N</ code > classes (1 ≤ N ≤ 12) to
332332 reorder your columns.
@@ -368,7 +368,7 @@ <h3 id="reordering">Reordering Columns</h3>
368368</ section >
369369
370370< section >
371- < h3 id ="responsive "> Responsive Layout</ h3 >
371+ < h3 class =" hxSubSectionTitle " id ="responsive "> Responsive Layout</ h3 >
372372 < div class ="alert alert-info ">
373373 < p >
374374 Responsive column classes override < a href ="#automatic "> automatic columns</ a > .
@@ -464,7 +464,7 @@ <h3 id="responsive">Responsive Layout</h3>
464464</ section >
465465
466466< section >
467- < h3 id ="wrapping "> Column Wrapping</ h3 >
467+ < h3 class =" hxSubSectionTitle " id ="wrapping "> Column Wrapping</ h3 >
468468 < p >
469469 The following example should arrange the content into 3 columns on small
470470 screens, 4 columns on medium screens, and 6 columns on all other sizes.
@@ -536,7 +536,7 @@ <h3 id="wrapping">Column Wrapping</h3>
536536</ section >
537537
538538< section >
539- < h3 id ="styling "> Styling the Grid</ h3 >
539+ < h3 class =" hxSubSectionTitle " id ="styling "> Styling the Grid</ h3 >
540540 < div class ="alert alert-info ">
541541 < p >
542542 < b > Avoid styling rows and columns.</ b >
0 commit comments