File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Expand file tree Collapse file tree 4 files changed +30
-3
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ function AboutUs() {
38
38
< Container className = "About" >
39
39
< Title title = { "About NEPTECH Tribe" } head = { "Who Are We " } />
40
40
< Row className = "About-row1" >
41
- < Col md = { 6 } className = "About-row1__col1" >
41
+ < Col lg = { 6 } md = { 12 } className = "About-row1__col1" >
42
42
< img src = { img } alt = "About Image" />
43
43
</ Col >
44
- < Col md = { 6 } className = "About-row1__col2" >
44
+ < Col lg = { 6 } md = { 12 } className = "About-row1__col2" >
45
45
< p className = "About-row1__col2__introduction" >
46
46
< b > NepTech Tribe </ b > is a non-profit organization that unites
47
47
tech enthusiasts of all ages to share knowledge and foster
Original file line number Diff line number Diff line change 182
182
font-weight : 400 ;
183
183
}
184
184
185
+ @media screen and (max-width : 993px ) {
186
+ .About-row1__col1 {
187
+ margin-bottom : 2rem ;
188
+ }
189
+ .About-row1__col2 {
190
+ display : flex;
191
+ flex-direction : column;
192
+ justify-content : center;
193
+ align-items : center;
194
+ }
195
+ }
185
196
.Program {
186
197
position : relative;
187
198
overflow : hidden;
Original file line number Diff line number Diff line change 41
41
font-weight : 400 ;
42
42
}
43
43
}
44
+ }
45
+
46
+ @media screen and (max-width :993px ) {
47
+ .About {
48
+ & -row1 {
49
+ & __col1 {
50
+ margin-bottom : 2rem ;
51
+ }
52
+ & __col2 {
53
+ display : flex ;
54
+ flex-direction : column ;
55
+ justify-content : center ;
56
+ align-items : center ;
57
+ }
58
+ }
59
+ }
44
60
}
You can’t perform that action at this time.
0 commit comments