Skip to content

Commit

Permalink
style: fix styling for variables
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Mar 28, 2024
1 parent db18183 commit d047b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ $subheader-font: 'NeuePlak Bold';
$p-font: 'NB International Regular';

//Cursors
$cursor: url("/images/cursor.svg"), auto;
$cursor-pointer: url("/images/cursor-pointer.svg"), pointer;
$cursor: url('/images/cursor.svg'), auto;
$cursor-pointer: url('/images/cursor-pointer.svg'), pointer;

//Spacing and Sizing
$navbar-margin: clamp(2rem, calc(0.5rem + 5vw), 8rem);
Expand Down

0 comments on commit d047b03

Please sign in to comment.