Skip to content

Commit

Permalink
remove bg logo and reduced size
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed Aug 1, 2024
1 parent 3e3d144 commit d070d23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/assets/esquerra_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Process/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ProcessHeader = () => {

return (
<Box mb={10}>
<Image src={ercHeader} maxW='400px' mb={'32px'} />
<Image src={ercHeader} maxW={{ base: '250px', lg: '400px' }} mb={{ base: '10px', lg: '32px' }} />
<Flex direction={{ base: 'column', lg2: 'row' }} mb={7} gap={10}>
<Box flex={{ lg2: '1 1 80%' }}>
<ElectionTitle fontSize={{ base: '32px', md: '34px' }} textAlign='left' my={5} />
Expand Down

1 comment on commit d070d23

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.