diff --git a/docs/website/layouts/docs/ecosystem.html.html b/docs/website/layouts/docs/ecosystem.html.html index 350d458afd..b1f466cecb 100644 --- a/docs/website/layouts/docs/ecosystem.html.html +++ b/docs/website/layouts/docs/ecosystem.html.html @@ -95,13 +95,13 @@ {{ $rank := (index $integrations "rank") }} {{ $integration := (index $.Site.Data.integrations.integrations $name) }}
{{- $integration.title -}}
Bulma provides margin m* and padding p* helpers in all directions:
*t for top
+ *r for right
+ *b for bottom
+ *l for left
+ *x horizontally for both left and right
+ *y vertically for both top and bottom
+ + You need to combine a margin/padding prefix with a direction suffix. For example: +
+ +margin-top, use mt-*padding-bottom, use pb-*margin-left and margin-right, use mx-*
+ Each of these property-direction combinations needs to be appended with one of 6 value suffixes
+