From 412c497bad10e6bec2f88f0885ab88c2a3415235 Mon Sep 17 00:00:00 2001 From: James Dinh Date: Tue, 7 Jun 2022 16:56:17 -0700 Subject: [PATCH] Changed T_Arrow Position --- css/general.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/general.css b/css/general.css index 609f476..a940b55 100644 --- a/css/general.css +++ b/css/general.css @@ -540,15 +540,15 @@ section { width: 0px; height: fit-content; position: relative; - right: 24px; - top: 2px; + right: 30px; + top: 3px; } #timeline-left-arrow { width: 0px; height: fit-content; position: relative; - right: 58px; - top: 2px; + right: 50px; + top: 3px; } @media (max-width: 740px) { #timeline-right-arrow {