diff --git a/docs/src/pages/ui-elements/Layout.vue b/docs/src/pages/ui-elements/Layout.vue
index be819de..6309537 100644
--- a/docs/src/pages/ui-elements/Layout.vue
+++ b/docs/src/pages/ui-elements/Layout.vue
@@ -120,6 +120,12 @@
Number
Create a empty space before the actual child. Accepts the same value of md-flex Example: md-flex-offset="50"
+
+
+ md-flex-offset-{type}
+ Number
+ Create a empty space before the actual child on screen sizes less than or equal to given breakpoint. Example: md-flex-offset-small="20"
+