Skip to content

Commit

Permalink
chore: minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Feb 23, 2024
1 parent 97887db commit 9d1346e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/pages/profile/Profile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,14 @@ export function Profile() {
);
} else {
asideAndCardsUI = (
<Flex w='full' direction='column' justify='center' align='center' my='10'>
<Flex
w='full'
direction='column'
justify='center'
align='center'
mt='5'
mb='20'
>
<Box
my={{ base: 2, md: 7 }}
fontSize={{ base: 'lg', lg: '3xl' }}
Expand All @@ -91,7 +98,7 @@ export function Profile() {
fontSize={{ base: 'sm', md: 'md', lg: 'lg' }}
textAlign={{ base: 'center', md: 'left' }}
>
Aún no hay publicacione
Aún no hay publicaciones
</Box>
<Link
w={{ base: '85%', md: '230px' }}
Expand Down

0 comments on commit 9d1346e

Please sign in to comment.