From 2225a5544da479b9c6c25fdc5f24ee9d64c957fb Mon Sep 17 00:00:00 2001 From: Ragnar Rebase Date: Fri, 24 Jan 2020 22:42:27 +0200 Subject: [PATCH] feat: improved design of landing page --- template/src/features/counter/Counter.module.scss | 5 +---- template/src/features/counter/Counter.tsx | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/template/src/features/counter/Counter.module.scss b/template/src/features/counter/Counter.module.scss index e449d3d..6f71a19 100644 --- a/template/src/features/counter/Counter.module.scss +++ b/template/src/features/counter/Counter.module.scss @@ -1,7 +1,3 @@ -.container { - margin-top: 1rem; -} - .button { margin: 0 0.75rem; font-size: 1.25rem; @@ -25,4 +21,5 @@ .value { font-size: 5rem; color: #5fd0ae; + margin: 2rem 0; } diff --git a/template/src/features/counter/Counter.tsx b/template/src/features/counter/Counter.tsx index 0cb8026..d65065a 100644 --- a/template/src/features/counter/Counter.tsx +++ b/template/src/features/counter/Counter.tsx @@ -9,7 +9,7 @@ const Counter: React.FC = () => { const dispatch = useDispatch(); return ( -
+

{count}