From cd1fa4d5292c7c0ee94d4551a1c462c2a731d488 Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Wed, 14 Apr 2021 14:17:12 +0530 Subject: removed bottom attribute --- frontend/src/components/Watermark.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/Watermark.js b/frontend/src/components/Watermark.js index 8f71f10..60c0407 100644 --- a/frontend/src/components/Watermark.js +++ b/frontend/src/components/Watermark.js @@ -26,7 +26,6 @@ const Logo = styled.div` @media (max-width: 960px) { position: relative; - bottom: 6.5em; display: grid; left: -6em; font-size: 10px; -- cgit v1.2.3