Changed T_Arrow Position

This commit is contained in:
James Dinh 2022-06-07 16:56:17 -07:00
parent 50da6d2eba
commit 412c497bad

View File

@ -540,15 +540,15 @@ section {
width: 0px; width: 0px;
height: fit-content; height: fit-content;
position: relative; position: relative;
right: 24px; right: 30px;
top: 2px; top: 3px;
} }
#timeline-left-arrow { #timeline-left-arrow {
width: 0px; width: 0px;
height: fit-content; height: fit-content;
position: relative; position: relative;
right: 58px; right: 50px;
top: 2px; top: 3px;
} }
@media (max-width: 740px) { @media (max-width: 740px) {
#timeline-right-arrow { #timeline-right-arrow {