Skip to content

Commit

Permalink
closes #14
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchox5 committed Oct 4, 2024
1 parent 1819c7f commit 2a7aa23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_satellite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
sin(var(--o-from) + var(--o-angle-composite))
)
);
transform: var(--o-transform);
transform: var(--o-transform) var(--o-transform-custom, rotate(0deg));
width: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0)) * var(--o-size-ratio, 1));
height: calc(var(--o-radius) / (var(--o-orbit-number) + var(--o-initial-orbit, 0))* var(--o-size-ratio, 1));
position: absolute;
Expand Down

0 comments on commit 2a7aa23

Please sign in to comment.