Skip to content

Commit

Permalink
change(footer): tweaked column sizes to the values before my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ichim-david committed Jun 7, 2022
1 parent 3034577 commit fdf2718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ui/Footer/Footer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Default.args = {
alt: 'EEA Logo',
className: 'site logo',
columnSize: {
mobile: 12,
mobile: 6,
tablet: 12,
computer: 5,
},
Expand All @@ -72,9 +72,9 @@ Default.args = {
alt: 'EIONET Logo',
className: 'eionet logo',
columnSize: {
mobile: 12,
mobile: 6,
tablet: 12,
computer: 6,
computer: 7,
},
},
],
Expand Down

0 comments on commit fdf2718

Please sign in to comment.