Skip to content

Commit

Permalink
refactor(footer): update visual and mobile margins
Browse files Browse the repository at this point in the history
  • Loading branch information
tarantilis committed Mar 17, 2022
1 parent c199167 commit 64f05af
Show file tree
Hide file tree
Showing 6 changed files with 1,797 additions and 24 deletions.
2 changes: 1 addition & 1 deletion src/ui/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer = (props) => {
const { children } = props;
return (
<footer>
<div className="visual">
<div className="wrapper">
<Container>{children}</Container>
</div>
</footer>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/Footer/Footer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Logo8 from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/lo
import Logo9 from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/industry.svg';
import Logo10 from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/marine.svg';
import EIONETLogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/EIONETLogo.png';
import EEALogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/EEA-Logo-white.svg';
import EEALogo from '@eeacms/volto-eea-design-system/../theme/themes/eea/assets/logo/EEA-Logo-White-2.svg';

export default {
title: 'Layout/Footer',
Expand Down

0 comments on commit 64f05af

Please sign in to comment.