File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 } ;
You can’t perform that action at this time.
0 commit comments