diff options
| author | Siddhant Khare <[email protected]> | 2021-04-14 14:17:12 +0530 |
|---|---|---|
| committer | Siddhant Khare <[email protected]> | 2021-04-14 14:17:12 +0530 |
| commit | cd1fa4d5292c7c0ee94d4551a1c462c2a731d488 (patch) | |
| tree | 91e2166134eb98cff88af1e36a4161a3fa088679 | |
| parent | added reposnvie design for small & mobile screen (diff) | |
| download | ctrl-v-cd1fa4d5292c7c0ee94d4551a1c462c2a731d488.tar.xz ctrl-v-cd1fa4d5292c7c0ee94d4551a1c462c2a731d488.zip | |
removed bottom attribute
| -rw-r--r-- | frontend/src/components/Watermark.js | 1 |
1 files changed, 0 insertions, 1 deletions
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; |