From 8c651d253017654033aac2a03ca027b2516cfec7 Mon Sep 17 00:00:00 2001 From: "Ryan M. Shea" <8948187+rmshea@users.noreply.github.com> Date: Thu, 29 Apr 2021 12:54:18 -0600 Subject: [PATCH] Change positioning (#16951) * oops! --- docs/src/pages/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 740cf6cea9..df9d0345d0 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -104,12 +104,12 @@ function Home() {
{features && features.length > 0 && (
-
-
+
+
{features.map((props, idx) => ( ))}