aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Watermark.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Watermark.js')
-rw-r--r--frontend/src/components/Watermark.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/frontend/src/components/Watermark.js b/frontend/src/components/Watermark.js
index 1b7863d..6ab212b 100644
--- a/frontend/src/components/Watermark.js
+++ b/frontend/src/components/Watermark.js
@@ -2,9 +2,9 @@ import styled from "styled-components";
import React from "react";
const Logo = styled.h1`
- position: absolute;
- bottom: 0.75em;
- left: 1em;
+ position: fixed;
+ bottom: 0.3em;
+ left: 0.5em;
opacity: 0.3;
font-size: 50px;
margin: 0 0;