projects section

This commit is contained in:
2023-09-02 15:00:48 +02:00
parent 613294e442
commit 6611006c0d
9 changed files with 223 additions and 50 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ import { styled } from 'styled-components';
export const StyledCursor = styled.span`
position: absolute;
top: 0;
left: 120%;
left: calc(100% + 0.25em);
width: 15px;
height: 100%;
background-color: ${({theme}) => theme.colors.primary};
background-color: ${({ theme }) => theme.colors.primary};
animation: blinking 1s infinite;
`;