diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 13:54:03 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 13:54:03 -0800 |
| commit | 57584eeb0f8ba7212c613e0c79c20ec3dd67efc5 (patch) | |
| tree | fbee17a382681d430ec6d8d412dc5d6fa2a8906a /frontend/src/components/Watermark.js | |
| parent | base editor comp (diff) | |
| download | ctrl-v-57584eeb0f8ba7212c613e0c79c20ec3dd67efc5.tar.xz ctrl-v-57584eeb0f8ba7212c613e0c79c20ec3dd67efc5.zip | |
code input style finalizations
Diffstat (limited to 'frontend/src/components/Watermark.js')
| -rw-r--r-- | frontend/src/components/Watermark.js | 6 |
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; |