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