From 613fa45f0c27dad6c2abc6267c3bace689586d52 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 27 Mar 2019 18:53:49 +0100 Subject: [PATCH] privacy information --- src/Screens/Home.tsx | 12 +++++++++--- src/styles/Footer.styl | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/Screens/Home.tsx b/src/Screens/Home.tsx index ce6baa5..f7a9ef8 100644 --- a/src/Screens/Home.tsx +++ b/src/Screens/Home.tsx @@ -8,9 +8,9 @@ import { useInnerWindowSize } from '../util' const Home: React.FC = () => { - const {height, width} = useInnerWindowSize() + const { height, width } = useInnerWindowSize() - return
+ return

@@ -28,7 +28,13 @@ const Home: React.FC = () => {

} diff --git a/src/styles/Footer.styl b/src/styles/Footer.styl index 352e040..bf96ff6 100644 --- a/src/styles/Footer.styl +++ b/src/styles/Footer.styl @@ -17,5 +17,7 @@ footer a text-decoration inherit + cursor pointer color inherit - font-weight bold + &.email + font-weight bold