File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -310,4 +310,13 @@ button {
310310
311311@media (max-width :767px ){
312312 .Search-result {width : 100% ;}
313- }
313+ .following-area {padding-left : 0 !important ;}
314+ }
315+
316+ .following-area {
317+ p {font-size : 13px ;}
318+ span {
319+ font-size : 13px ;
320+ }
321+ }
322+
Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ function BasicInformation(props) {
4040 </ p >
4141 </ div >
4242 </ div >
43- < div className = "col-sm-5" >
43+ < div className = "col-sm-5 mt-4 mt-lg-0 mt-sm-0 following-area " >
4444
4545 < div className = "row" >
4646 < div className = "col" >
4747 < p className = "text-center m-0" >
4848 { userInfo . followers . totalCount }
4949 </ p >
50- Followers
50+ < span > Followers</ span >
5151 </ div >
5252 < div className = "col" >
5353 < p className = "text-center m-0" >
@@ -69,7 +69,7 @@ function BasicInformation(props) {
6969 < p className = "text-center m-0" >
7070 { calculateData . totalCommit !== undefined ? calculateData . totalCommit : Loader . text_loading }
7171 </ p >
72- Commits
72+ < span > Commits</ span >
7373 </ div >
7474 < div className = "col" >
7575 < p className = "text-center m-0" >
You can’t perform that action at this time.
0 commit comments