fix(aio): fix button alignment and jump

- Fix alignment on get started button on home page
- Remove jump by removing arrow from learn more button on home page
This commit is contained in:
Stefanie Fluin
2017-06-06 10:20:40 -07:00
committed by Pete Bacon Darwin
parent b00b80a45b
commit 078a4b00a7
2 changed files with 6 additions and 11 deletions

View File

@ -35,7 +35,7 @@
<img src="assets/images/logos/angular/angular-banner-logo-grey.png" width="64"/>
<p>Angular v4.0 is out! Smaller, faster, no biggie...</p>
<button class="button">
<a href="http://angularjs.blogspot.com/2017/03/angular-400-now-available.html" target="_blank">Learn More</a><span class="material-icons">arrow_forward</span>
<a href="http://angularjs.blogspot.com/2017/03/angular-400-now-available.html" target="_blank">Learn More</a>
</button>
</div>
</div>