Skip to content

Commit

Permalink
ux: [des] improve layout with 610px wide column
Browse files Browse the repository at this point in the history
  • Loading branch information
staltz committed Feb 7, 2022
1 parent d290fa8 commit 1feeda9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/global-styles/dimens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export const Dimensions = {
},

desktopMiddleWidth: {
number: 500,
px: '520px',
number: 610,
px: '610px',
vw: `${Math.round(
(100 * desktopMiddleWidthFlex) / desktopWidthFlexTotal,
)}vw`,
Expand Down

0 comments on commit 1feeda9

Please sign in to comment.