From 57d82228a435072f362b284345d1576bd9ab5a9c Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Mon, 28 Sep 2020 15:08:20 -0400 Subject: [PATCH] Header+Footer: revise copy and hover states --- src/components/Footer/Footer.css | 10 ++- src/components/Footer/Footer.tsx | 141 +++++++++++++++++-------------- src/components/Header/Header.tsx | 5 +- 3 files changed, 87 insertions(+), 69 deletions(-) diff --git a/src/components/Footer/Footer.css b/src/components/Footer/Footer.css index 84c6b1d..cfb1fec 100644 --- a/src/components/Footer/Footer.css +++ b/src/components/Footer/Footer.css @@ -18,6 +18,11 @@ footer { border-radius: 50%; } +.outro-content { + /* pointer-events: none; */ + z-index: 2; +} + @media screen and (max-width: 759px) { .outro h2 { font-size: 28px; @@ -35,15 +40,14 @@ footer { position: absolute; top: 0; left: 0; - transform: translate(324px, 510px); + transform: translate(324px, 610px); } #phone { position: absolute; top: 0; left: 0; - transform: translate(-140px, 470px); - touch-action: pan-y; + transform: translate(-140px, 570px); } } diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index abeeed1..682ec53 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -24,69 +24,7 @@ const Footer: React.FC = () => {