From c7ea6b74bed9637f51f0ddccbb0d40e0eff0a404 Mon Sep 17 00:00:00 2001 From: Pavel Klibani Date: Wed, 21 Aug 2024 09:36:58 +0200 Subject: [PATCH] fixup! Feat(web-twig): Add alignmentX and alignmentY prop to Grid component #DS-1414 --- packages/web-twig/src/Resources/components/Grid/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-twig/src/Resources/components/Grid/README.md b/packages/web-twig/src/Resources/components/Grid/README.md index 73208ed6fc..6bde013384 100644 --- a/packages/web-twig/src/Resources/components/Grid/README.md +++ b/packages/web-twig/src/Resources/components/Grid/README.md @@ -106,7 +106,7 @@ The available values for these properties can be found in our [alignment diction Both props can be set using either fixed values or objects with breakpoint-specific settings to ensure the alignment adapts across different screen sizes. -Horizontal Alignment: +Horizontal alignment: ```twig @@ -114,7 +114,7 @@ Horizontal Alignment: ``` -Horizontal and Vertical Alignment: +Horizontal and vertical alignment: ```twig @@ -122,7 +122,7 @@ Horizontal and Vertical Alignment: ``` -Responsive Horizontal and Vertical Alignment: +Responsive horizontal and vertical alignment: ```twig