Skip to content

Commit

Permalink
Edit arc
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-karlsson committed Mar 23, 2024
1 parent 7f73ed5 commit 5e38be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/src/components/Council.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function Council({ options }) {
let leftPosition = calculateLeftPosition(index, total);

// Determine the angle of rotation
const rotationAngle = leftPosition * 2;
const rotationAngle = leftPosition * 1.8;

return {
zIndex: -1,
Expand All @@ -61,8 +61,8 @@ function Council({ options }) {
};

const foodItemStyle = (index, total) => {
const archHeightVW = 2;
const verticalOffsetVW = 6.8;
const archHeightVW = 1.8;
const verticalOffsetVW = 7;

const middleIndex = (total - 1) / 2;

Expand Down

0 comments on commit 5e38be1

Please sign in to comment.