Skip to content

Commit

Permalink
fix mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Feb 10, 2024
1 parent 1f1c008 commit 35877ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/components/ChartSection/ChartSection-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export const Subtitle = styled.h3`
`;

export const ChartWrap = styled.div`
max-width: 1200px;
margin-left: auto;
margin-right: auto;
width: 100%;
height: 50px;
display: flex;
Expand Down Expand Up @@ -44,6 +47,6 @@ export const ChartElement = styled.div`
position: absolute;
top: -24px;
left: 150px;
right: 24px;
}
`;
2 changes: 1 addition & 1 deletion src/components/ChartSection/ChartSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const ChartSection = ({ membersArray }) => {
type={"backhand"}
/>

<Subtitle>За містом:</Subtitle>
<Subtitle>За рідним містом:</Subtitle>
<Chart
membersArray={membersArray}
options={optionsByHomeTown}
Expand Down
1 change: 1 addition & 0 deletions src/components/MembersList/Members-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import BirthdayBG from "./img/BirthDayBG.svg";

export const Section = styled.section`
padding-bottom: 50px;
min-height: 800px;
background-color: var(--secondary-white-color);
`;

Expand Down

0 comments on commit 35877ab

Please sign in to comment.