From 38dd5714a7b4909c44663a2a2b27c64f2fbbaa81 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Sat, 21 May 2022 05:23:19 +0300 Subject: [PATCH] update btns on mobile (#662) Signed-off-by: Arhell --- src/pages/index.js | 2 +- src/pages/styles.module.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/index.js b/src/pages/index.js index 974707d7..970dffe5 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -29,7 +29,7 @@ function Feature({ imgUrl, title, description, reverse }) { const Button = ({ children, href }) => { return ( -
+
diff --git a/src/pages/styles.module.css b/src/pages/styles.module.css index cd1286b3..129a9447 100644 --- a/src/pages/styles.module.css +++ b/src/pages/styles.module.css @@ -145,5 +145,6 @@ .heroButtons { display: flex; - justify-content: center + justify-content: center; + flex-wrap: wrap; } \ No newline at end of file