Make homepage buttons bigger (#12)

This commit is contained in:
James 2018-01-18 17:07:33 +11:00 committed by Flame Sage
parent c726427fd8
commit 4c5b2dc924

View file

@ -5,14 +5,14 @@
The emulator is currently only useful for homebrew development and research purposes.</p> The emulator is currently only useful for homebrew development and research purposes.</p>
</div> </div>
<div> <div>
<a class="button is-light is-hidden-touch" href="/downloads" target="_blank"> <a class="button is-medium is-light is-hidden-touch" href="/downloads" target="_blank">
<span class="icon"> <span class="icon">
<i class="fas fa-arrow-down"></i> <i class="fas fa-arrow-down"></i>
</span> </span>
<span>Download</span> <span>Download</span>
</a> </a>
<a class="button is-primary is-inverted is-outlined" href="{{ .Site.Params.GithubURL }}" target="_blank"> <a class="button is-medium is-primary is-inverted is-outlined" href="{{ .Site.Params.GithubURL }}" target="_blank">
<span class="icon"> <span class="icon">
<i class="fab fa-github"></i> <i class="fab fa-github"></i>
</span> </span>