1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-02-24 19:42:51 +01:00

Fix github buttons width

This commit is contained in:
Kamran Ahmed 2020-04-28 11:13:22 +04:00
parent 5d985fd235
commit 150bf2469d

View File

@ -17,7 +17,7 @@ const SiteNav = () => (
</div> </div>
<div className='ml-3 align-items-center d-flex'> <div className='ml-3 align-items-center d-flex'>
<iframe src="https://ghbtns.com/github-btn.html?user=kamranahmedse&repo=developer-roadmap&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe src="https://ghbtns.com/github-btn.html?user=kamranahmedse&repo=developer-roadmap&type=star&count=true&size=large" frameBorder="0" scrolling="0" width="190px" height="30px"></iframe>
</div> </div>
</div> </div>
</HeaderWrap> </HeaderWrap>