Skip to content

Commit 8ff4fb8

Browse files
Amir SohelAmir Sohel
authored andcommitted
mobile responsive fixed
1 parent 0726adf commit 8ff4fb8

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

src/App.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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+

src/Components/Views/BasicInfo.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)