Skip to content

Commit ede081e

Browse files
authored
corrected width for social media app for all media width using rem property (#271)
* Update _home.scss and update .btn-twitter-follow .btn-twitter-follow { width: 120px; } is changed to .btn-twitter-follow { width: 20rem; } and update (follow @bestie js) twitter button width issue and its compatible with all media width , Thank You * Update _home.scss Change made in .btn-twitter-follow class and width change using rem property so it work perfectly in all media width rather then we hardcore pixel value --------- Co-authored-by: Bhavya Patel <100468926+Bhavya200392@users.noreply.github.com>
1 parent e4e55e6 commit ede081e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/css/_home.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ html.home {
4242
}
4343

4444
.btn-gh {
45-
width: 115px;
45+
width: 10rem;
4646
}
4747

4848
.btn-twitter-follow {
49-
width: 136px;
49+
width: 16rem;
5050
}
5151

5252
.btn-twitter-share {

0 commit comments

Comments
 (0)