From 11998d545d32fac44270102726fe54bfb328cce4 Mon Sep 17 00:00:00 2001 From: avysel Date: Fri, 19 Aug 2022 16:09:11 +0200 Subject: [PATCH] fix: remove twitter logo --- src/components/Header.tsx | 5 ----- src/index.css | 8 ++++---- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 1ca08eb..1cbf57a 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -16,11 +16,6 @@ function Header() { - - - - - diff --git a/src/index.css b/src/index.css index 446f3f8..b98eafd 100644 --- a/src/index.css +++ b/src/index.css @@ -16,11 +16,11 @@ footer { position: fixed; width: 100%; bottom: 0; - z-index:-1; + z-index: -1; } .faucet-part-title { - text-align: left; - font-weight: bold; - margin-bottom: 15px; + text-align: left; + font-weight: bold; + margin-bottom: 15px; } \ No newline at end of file