From 3218a66d346936dee0803e1e6cb73d7bcfcba62c Mon Sep 17 00:00:00 2001 From: Aurelsicoko Date: Thu, 12 Oct 2017 14:49:02 +0200 Subject: [PATCH] Center images in UI Components section --- docs/3.x.x/en/plugins/ui-components.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.x.x/en/plugins/ui-components.md b/docs/3.x.x/en/plugins/ui-components.md index d31c7af7c4..fb7490fc46 100644 --- a/docs/3.x.x/en/plugins/ui-components.md +++ b/docs/3.x.x/en/plugins/ui-components.md @@ -6,7 +6,7 @@ Strapi provides built-in UI Components to make development faster. Button library based on bootstrap classes. -![Buttons img](../assets/buttons.png) +{% center %} ![Buttons img](../assets/buttons.png) {% endcenter %} ### Usage @@ -160,7 +160,7 @@ export default FooPage; PopUp warning library based on [reactstrap](https://reactstrap.github.io/components/modals/). -![PopUp warning img](../assets/popup-warning.png) +{% center %} ![PopUp warning img](../assets/popup-warning.png) {% endcenter %} ### Usage