Skip to content

Commit

Permalink
Merge pull request #5710 from akaBisht/heading-fix
Browse files Browse the repository at this point in the history
fixed heading responsiveness issue
  • Loading branch information
sudhanshutech authored Jul 23, 2024
2 parents 1c636ae + 11045b1 commit 6094f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Community/Member-single/memberSingle.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const MemberSingleWrapper = styled.div`
font-size: 1.75rem;
line-height: 1.75rem;
color: ${(props) => props.theme.primaryColor};
text-align: right;
text-align: left;
font-weight: 400;
}
ul {
Expand Down

0 comments on commit 6094f95

Please sign in to comment.