diff --git a/src/_docs/grid.md b/src/_docs/grid.md index 9d577a9f5..08ada9122 100644 --- a/src/_docs/grid.md +++ b/src/_docs/grid.md @@ -2,4 +2,75 @@ title: Grid utilities icon: fe fe-grid in_progress: true ---- \ No newline at end of file +description: Quickly and easily create layouts with the basic 12-column. +--- + +### Basic layout + +Create basic grid layout using columns. With `.row` and `.col`, we can easily manipulate the layout. + +{% example html %} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endexample %} + +### Column spacing + +Row provides `.gutters-[size]` attribute to specify spacings between columns. + +{% example html %} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endexample %} \ No newline at end of file diff --git a/src/_includes/aside.html b/src/_includes/aside.html index db74c326e..b64a3dffd 100644 --- a/src/_includes/aside.html +++ b/src/_includes/aside.html @@ -16,7 +16,7 @@ {% include chat-content.html %}