Skip to content

Commit

Permalink
Fix proportions
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Dec 28, 2020
1 parent 70fb85b commit 9f818a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ export const gridSizes = {
twoFifths: {
mobile: 12,
tablet: 10,
computer: 7,
computer: 5,
},
threeFifths: {
mobile: 12,
tablet: 10,
computer: 5,
computer: 7,
},
};

Expand Down

0 comments on commit 9f818a6

Please sign in to comment.