Skip to content

Commit

Permalink
[front-end] Reduce panel width (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0ur1s authored Oct 21, 2024
1 parent c4f74d2 commit 3f363c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/front-end/src/theme/GlobalCSSVariables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const rootVariables = {
"--spacing-xlarge": "32px",
"--spacing-xxlarge": "40px",
"--spacing-xxxlarge": "48px",
"--panel-width-desktop": "450px",
"--panel-width-desktop": "400px",
"--font-size-xsmall": "12px",
"--font-size-small": "14px",
"--font-size-medium": "16px",
Expand Down

0 comments on commit 3f363c9

Please sign in to comment.