Skip to content

Commit

Permalink
fix(profile): single profile bannière
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoirelacoste authored and lutangar committed Jul 20, 2021
1 parent c7425e9 commit 06e7006
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const ProfileBanner = ({ contributor }: ProfileBannerProps) => {
return (
<ProfileBannerContainer default={!hasBanner(contributor)}>
<img
style={{ width: '50%' }}
style={{ width: '100%' }}
src={
contributor && contributor.banner
? contributor.banner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ProfileIntroContent = styled.section`
${ContributorInfos} {
flex-basis: 100%;
align-items: center;
align-items: flex-start;
margin: 0;
${UserName} {
Expand Down
1 change: 0 additions & 1 deletion src/components/organisms/Contributor/ContributorLarge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const ContributorIntro = styled.div.attrs<IntroProps>(
`;

const SubscribersCount = styled(Paragraph)`
margin-top: -10px;
margin-bottom: 8px;
font-size: 14px;
color: #808080;
Expand Down

0 comments on commit 06e7006

Please sign in to comment.