Fix github buttons width

This commit is contained in:
Kamran Ahmed
2020-04-28 11:13:22 +04:00
parent cf3365e778
commit af7e25dc92

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>