From dcefd36bcc0de4847ba2388ebd358a442d3e2ebe Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 1 Aug 2019 01:48:55 +0900 Subject: [PATCH] feat: tidy up styles --- web/src/App.js | 54 ++++++++++++++++++++++++------------- web/src/components/Cards.js | 3 ++- web/src/index.css | 1 + 3 files changed, 38 insertions(+), 20 deletions(-) diff --git a/web/src/App.js b/web/src/App.js index 837b87a..e25d1da 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -26,11 +26,12 @@ export default function App() { } return ( - <> +
- namæ - name your new project - + + namæ + +
{query && query.length > 0 ? ( @@ -51,47 +52,62 @@ export default function App() { ) : null} -