Skip to content

Commit aaec70c

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <[email protected]>
1 parent e3824fa commit aaec70c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/sections/Community/Member-single/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const MemberSingle = ({ frontmatter }) => {
4646
<MemberSingleWrapper>
4747
<Container>
4848
<div>
49-
<Row>
49+
<Row className="profile-header" >
5050
<Col xs={12} sm={12} lg={6}>
5151
<div className="backBtn">
5252
<Link to="/community/members">

src/sections/Community/Member-single/memberSingle.style.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ export const MemberSingleWrapper = styled.div`
55
66
@media screen and (max-width: 1000px) {
77
.page-heading {
8-
text-align: center;
8+
text-align: center !important;
9+
}
10+
11+
.profile-header {
12+
flex-direction: column;
913
}
1014
1115
.profile-image-col {
@@ -20,9 +24,6 @@ export const MemberSingleWrapper = styled.div`
2024
.backBtn {
2125
font-weight: 600;
2226
margin-bottom: 1rem;
23-
@media screen and (max-width: 62rem) {
24-
display: none;
25-
}
2627
a {
2728
display: flex;
2829
color: ${(props) => props.theme.primaryColor};

0 commit comments

Comments
 (0)