From fefdb08487d17c666d6cc3d6164c5c3a083a245d Mon Sep 17 00:00:00 2001 From: ydah <13041216+ydah@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:30:53 +0900 Subject: [PATCH] Boostrap ==> Bootstrap --- apps/website/docs/faqs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/docs/faqs.md b/apps/website/docs/faqs.md index 8daf02f6..acb6a2d6 100644 --- a/apps/website/docs/faqs.md +++ b/apps/website/docs/faqs.md @@ -38,7 +38,7 @@ The padding is ignored by Shuffle because it creates complexities with absolute Yes. Use the `isCentered` option. -## It’s not working with Boostrap 4 +## It’s not working with Bootstrap 4 Bootstrap 4 uses flexbox for grids, so your main shuffle container element must be a `.row` and the items inside the row (shuffle items) should all be columns. See the [Bootstrap 4 grid demo](https://codepen.io/Vestride/details/weWbJQ).