Skip to content

Commit

Permalink
change scss variables to -1 of tablet and desktop breakpoints
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Smodish <[email protected]>
  • Loading branch information
AlexVCS and ssmodish committed Sep 10, 2024
1 parent 97cc834 commit a831937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-client/src/styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ $mango-greyish-blue: #5A698F;
$mango-semi-dark-blue: #161D2F;
$mango-pure-white: #FFFFFF;

$breakpoint-tablet: 768px;
$breakpoint-desktop: 1024px;
$breakpoint-tablet: 767px;
$breakpoint-desktop: 1023px;

0 comments on commit a831937

Please sign in to comment.