From 57584eeb0f8ba7212c613e0c79c20ec3dd67efc5 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Sat, 6 Mar 2021 13:54:03 -0800 Subject: code input style finalizations --- frontend/src/components/Watermark.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/components/Watermark.js') 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; -- cgit v1.2.3