From 4d3825dbeefe3a214f09eed5d65e24da47c24fe5 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Wed, 25 Jan 2023 16:36:02 +0100 Subject: [PATCH] Moved up the scrollMe icon --- components/scrollme.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/scrollme.tsx b/components/scrollme.tsx index d5763c3..e4f9894 100644 --- a/components/scrollme.tsx +++ b/components/scrollme.tsx @@ -5,7 +5,7 @@ import styled from "styled-components"; const ScrollMeWrapper = styled.div` position: absolute; - bottom: 2rem; + bottom: 6rem; left: 50%; color: var(--fg-faded); animation-name: scrollMeAnim;