File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const MemberSingle = ({ frontmatter }) => {
46
46
< MemberSingleWrapper >
47
47
< Container >
48
48
< div >
49
- < Row >
49
+ < Row className = "profile-header" >
50
50
< Col xs = { 12 } sm = { 12 } lg = { 6 } >
51
51
< div className = "backBtn" >
52
52
< Link to = "/community/members" >
Original file line number Diff line number Diff line change @@ -5,7 +5,11 @@ export const MemberSingleWrapper = styled.div`
5
5
6
6
@media screen and (max-width: 1000px) {
7
7
.page-heading {
8
- text-align: center;
8
+ text-align: center !important;
9
+ }
10
+
11
+ .profile-header {
12
+ flex-direction: column;
9
13
}
10
14
11
15
.profile-image-col {
@@ -20,9 +24,6 @@ export const MemberSingleWrapper = styled.div`
20
24
.backBtn {
21
25
font-weight: 600;
22
26
margin-bottom: 1rem;
23
- @media screen and (max-width: 62rem) {
24
- display: none;
25
- }
26
27
a {
27
28
display: flex;
28
29
color: ${ ( props ) => props . theme . primaryColor } ;
You can’t perform that action at this time.
0 commit comments