Skip to content

Commit

Permalink
try different radius iteration size
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 4, 2023
1 parent 4b4934f commit fa686fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use multiple dockers on same project without interference.
--orbiter-number: 1;
--radius-padding: 8px;
@for $i from $min-orbits through $max-orbits {
--radius-#{$i}: var(--radius) * #{$i};
--radius-#{$i}: var(--radius) * #{$i * 1.5};
}

/* Shape sizes */
Expand Down

0 comments on commit fa686fd

Please sign in to comment.