Skip to content

Commit

Permalink
Viktor fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed May 1, 2024
1 parent 55cfae3 commit 478527c
Show file tree
Hide file tree
Showing 2 changed files with 4,180 additions and 2 deletions.
4,179 changes: 4,178 additions & 1 deletion src/css/main.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
:root {
@include set-css-variable((
--section-gap: clamp(5rem, 8vw, 9rem),
--section-gap-half: clamp(3.5rem, 8vw, 6rem)
--section-gap-half: clamp(3.5rem, 8vw, 6rem),
--duration: 0.15s,
));
}

Expand Down

0 comments on commit 478527c

Please sign in to comment.