fix: favorite link and search result styles

This commit is contained in:
Sonny
2024-09-17 16:14:25 +02:00
parent 9d4eb08bc9
commit b0e3bfa0f6
5 changed files with 17 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ const ProfileStyle = styled(UnstyledList)({
gap: '1.25em',
});
const Column = styled.li({
const Column = styled.div({
display: 'flex',
gap: '1rem',
flexDirection: 'column',