Skip to content

Commit 8e6182b

Browse files
committed
add docs for responsive offset #234
1 parent aef7021 commit 8e6182b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/src/pages/ui-elements/Layout.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@
120120
<md-table-cell><code>Number</code></md-table-cell>
121121
<md-table-cell>Create a empty space before the actual child. Accepts the same value of <code>md-flex</code> Example: <code>md-flex-offset="50"</code></md-table-cell>
122122
</md-table-row>
123+
124+
<md-table-row>
125+
<md-table-cell>md-flex-offset-{type}</md-table-cell>
126+
<md-table-cell><code>Number</code></md-table-cell>
127+
<md-table-cell>Create a empty space before the actual child on screen sizes less than or equal to given breakpoint. Example: <code>md-flex-offset-small="20"</code></md-table-cell>
128+
</md-table-row>
123129
</md-table-body>
124130
</md-table>
125131
</api-table>

0 commit comments

Comments
 (0)