This commit is contained in:
zadit
2024-10-20 23:41:35 +07:00
parent 45b958642b
commit e2522bd91c
9 changed files with 146 additions and 97 deletions

View File

@@ -20,7 +20,7 @@ const Title = styled.h2`
font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 32px;
font-size: 6vw;
color: rgba(88, 55, 50, 1);
`;
@@ -91,6 +91,7 @@ const ProfileImage = styled.img`
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: contain;
cursor: pointer;
z-index: 199;
animation: ${(props) => {