Skip to content

Commit

Permalink
changed styles + DB members
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Farmaha committed Feb 2, 2024
1 parent dafab80 commit acf6749
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Api/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
},
{
"id": "45",
"name": "Брошко Олекса",
"name": "Брошко Олексій",
"birthDate": "1970-09-01",
"avatar": "https://raw.githubusercontent.com/M-Farmaha/100-club/main/src/ImageGallery/photos/1.jpg",
"sex": "male",
Expand Down
3 changes: 2 additions & 1 deletion src/components/HeroSection/HeroSection-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Filter = styled.div`
z-index: -5;
background-color: var(--secondary-black-color);
opacity: 0.3;
opacity: 0.2;
`;

export const Poster = styled.div`
Expand All @@ -22,6 +22,7 @@ export const Poster = styled.div`
height: 100vh;
z-index: -6;
background-color: var(--secondary-black-color);
background-image: url(${PosterImg});
background-size: cover;
background-position: center;
Expand Down
7 changes: 3 additions & 4 deletions src/components/MembersList/MemdersList-styled.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,12 @@ export const MembersItemText = styled.p`
/* border: 1px solid var(--primary-black-color); */
height: 100%;
padding: 0px 5px;
font-size: 16px;
font-weight: 400;
&:nth-child(1) {
width: 40px;
width: 30px;
}
&:nth-child(2) {
Expand All @@ -73,12 +72,12 @@ export const MembersItemText = styled.p`
}
&:nth-child(3) {
width: 110px;
width: 120px;
justify-content: right;
text-align: right;
@media screen and (min-width: 450px) {
width: 155px;
width: 150px;
}
}
`;

0 comments on commit acf6749

Please sign in to comment.