Commit ede081e
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
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments